Skip to content

Commit 9be5bc0

Browse files
committed
v20 update
1 parent 5d3553e commit 9be5bc0

9 files changed

Lines changed: 5899 additions & 5428 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ While these changes are inconvenient, the performance of the REST api is signifi
1111

1212
To prepare for this change, we recommend you use the install the `19.0.0-rest-beta` version of this library and test your application with it.
1313

14+
### 20.0.0
15+
16+
### Version Upgrade
17+
18+
- Upgraded google-ads-api version to v20. Refer to Google ads release notes [here](https://developers.google.com/google-ads/api/docs/release-notes) for changes.
19+
20+
1421
### 19.1.0
1522

1623
### Version Upgrade

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88
<p align="center">
99
<a href="https://developers.google.com/google-ads/api/docs/release-notes">
10-
<img src="https://img.shields.io/badge/google%20ads-v19.1.0-009688.svg?style=flat-square">
10+
<img src="https://img.shields.io/badge/google%20ads-v20.0.0-009688.svg?style=flat-square">
1111
</a>
1212
<a href="https://www.npmjs.com/package/google-ads-api">
1313
<img src="https://img.shields.io/npm/v/google-ads-api.svg?style=flat-square">
@@ -385,7 +385,7 @@ const keyword = "24 hour locksmith harlem";
385385

386386
const operations: MutateOperation<
387387
resources.IAdGroupCriterion & {
388-
exempt_policy_violation_keys?: google.ads.googleads.v19.common.IPolicyViolationKey[];
388+
exempt_policy_violation_keys?: google.ads.googleads.v20.common.IPolicyViolationKey[];
389389
}
390390
>[] = [
391391
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-ads-api",
3-
"version": "19.1.0",
3+
"version": "20.0.0",
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",
@@ -19,9 +19,9 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@isaacs/ttlcache": "^1.2.2",
22-
"google-ads-node": "16.0.0",
22+
"google-ads-node": "17.0.0",
2323
"google-auth-library": "^9.15.1",
24-
"google-gax": "^5.1.0-rc.1",
24+
"google-gax": "^5.1.1-rc.1",
2525
"long": "^4.0.0"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)