@google-cloud/essential-contacts
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
### [1.0.1](https://www.github.com/googleapis/nodejs-essential-contacts/compare/v1.0.0...v1.0.1) (2021-06-10) | ||
### Bug Fixes | ||
* GoogleAdsError missing using generator version after 1.3.0 ([#3](https://www.github.com/googleapis/nodejs-essential-contacts/issues/3)) ([9a52efb](https://www.github.com/googleapis/nodejs-essential-contacts/commit/9a52efb8e21da5407123bc03b9501db42d5b8071)) | ||
## 1.0.0 (2021-06-01) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/essential-contacts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Essential contacts client for Node.js", | ||
@@ -57,3 +57,3 @@ "repository": "googleapis/nodejs-essential-contacts", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^10.0.0", | ||
"sinon": "^11.0.0", | ||
"ts-loader": "^9.1.2", | ||
@@ -60,0 +60,0 @@ "typescript": "^4.2.4", |
1203101