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

Commit d232226

Browse files
chore: release 1.2.3 (#60)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.2.3](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.2.2...v1.2.3) (2020-11-25) ### Bug Fixes * do not modify options object, use defaultScopes docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 ([#55](https://www.github.com/googleapis/nodejs-analytics-admin/issues/55)) ([126618a](https://www.github.com/googleapis/nodejs-analytics-admin/commit/126618a4a1fb1c17be5a6a3e3a4b96cdc844b361)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent b9807a2 commit d232226

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
### [1.2.3](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.2.2...v1.2.3) (2020-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* do not modify options object, use defaultScopes docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 ([#55](https://www.github.com/googleapis/nodejs-analytics-admin/issues/55)) ([126618a](https://www.github.com/googleapis/nodejs-analytics-admin/commit/126618a4a1fb1c17be5a6a3e3a4b96cdc844b361))
9+
310
### [1.2.2](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.2.1...v1.2.2) (2020-11-11)
411

512

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.2.2",
3+
"version": "1.2.3",
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.2.2",
17+
"@google-analytics/admin": "^1.2.3",
1818
"google-auth-library": "^6.0.5",
1919
"google-gax": "^2.6.3",
2020
"http": "0.0.1-security",

0 commit comments

Comments
 (0)