Skip to content

Commit fbb2dbb

Browse files
committed
version bump for npm
1 parent 7674b50 commit fbb2dbb

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 20.0.0
3+
### 20.0.1
44

55
### Version Upgrade
66

@@ -21,7 +21,6 @@ While these changes are inconvenient, the performance of the REST api is signifi
2121

2222
- Upgraded google-ads-api version to v19.1. Refer to Google ads release notes [here](https://developers.google.com/google-ads/api/docs/release-notes) for changes.
2323

24-
2524
### 19.0.2
2625

2726
- Fix issue with reportCount() not giving the correct total results count.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-ads-api",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "Google Ads API Client Library for Node.js",
55
"repository": "https://github.com/Opteo/google-ads-api",
66
"main": "build/src/index.js",
@@ -21,7 +21,7 @@
2121
"@isaacs/ttlcache": "^1.2.2",
2222
"axios": "^1.6.7",
2323
"circ-json": "^1.0.4",
24-
"google-ads-node": "17.0.0",
24+
"google-ads-node": "17.0.1",
2525
"google-auth-library": "^9.15.1",
2626
"google-gax": "^5.1.1-rc.1",
2727
"long": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,10 +2224,10 @@ globby@^11.0.3:
22242224
merge2 "^1.4.1"
22252225
slash "^3.0.0"
22262226

2227-
google-ads-node@17.0.0:
2228-
version "17.0.0"
2229-
resolved "https://registry.npmjs.org/google-ads-node/-/google-ads-node-17.0.0.tgz"
2230-
integrity sha512-1lVbIQCl9jy6FLJ7DPzGxvO8/+FqhSTgA+19NRh5Zz3mT4CJq+6VsomLBsujqR33BfXXQLI15q5McDMTnMNYOw==
2227+
google-ads-node@17.0.1:
2228+
version "17.0.1"
2229+
resolved "https://registry.yarnpkg.com/google-ads-node/-/google-ads-node-17.0.1.tgz#b1584bccc167d842ceb0c72ef1ef6b7349ee4acc"
2230+
integrity sha512-oPJ7N6rJ3ZzXBqJt62s0qQaiVqu+J6hDktA4NKcYmCwjuEqayS8Uqlr8EFG210sU0FZp7dDaiHNUAQSBpE+8BA==
22312231
dependencies:
22322232
google-gax "^5.1.1-rc.1"
22332233
lru-cache "^10.2.0"

0 commit comments

Comments
 (0)