Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit c104cce

Browse files
chore: release 2.0.0 (#74)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 57205d1 commit c104cce

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.4.0...v2.0.0) (2021-01-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `update_mask` field is required for all Update operations
9+
* rename `country_code` field to `region_code` in `Account`
10+
* rename `url_query_parameter` field to `uri_query_parameter` in `EnhancedMeasurementSettings`
11+
* remove `parent` field from `GoogleAdsLink` (#73)
12+
* remove unused fields from `EnhancedMeasurementSettings`
13+
14+
### Features
15+
16+
* add pagination support for `ListFirebaseLinks` operation ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
17+
18+
19+
### Bug Fixes
20+
21+
* `update_mask` field is required for all Update operations ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
22+
* remove `parent` field from `GoogleAdsLink` ([#73](https://www.github.com/googleapis/nodejs-analytics-admin/issues/73)) ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
23+
* remove unused fields from `EnhancedMeasurementSettings` ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
24+
* rename `country_code` field to `region_code` in `Account` ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
25+
* rename `url_query_parameter` field to `uri_query_parameter` in `EnhancedMeasurementSettings` ([57205d1](https://www.github.com/googleapis/nodejs-analytics-admin/commit/57205d16409af361342f77261767d77e84582965))
26+
327
## [1.4.0](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.3.0...v1.4.0) (2021-01-09)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-analytics/admin",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Admin client for Node.js",
55
"repository": "googleapis/nodejs-analytics-admin",
66
"license": "Apache-2.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "c8 mocha --timeout 600000 test/*.js"
1515
},
1616
"dependencies": {
17-
"@google-analytics/admin": "^1.4.0",
17+
"@google-analytics/admin": "^2.0.0",
1818
"google-auth-library": "^6.0.5",
1919
"google-gax": "^2.6.3",
2020
"http": "0.0.1-security",

0 commit comments

Comments
 (0)