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

Commit ae8132a

Browse files
1 parent b27586d commit ae8132a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
### [1.1.1](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.1.0...v1.1.1) (2020-08-04)
4+
5+
6+
### Bug Fixes
7+
8+
* samples and tests updated ([#13](https://www.github.com/googleapis/nodejs-analytics-admin/issues/13)) ([55f4366](https://www.github.com/googleapis/nodejs-analytics-admin/commit/55f4366d75a09b697ac1b7d1ef416cf27448832a))
9+
* **docs:** update docs with current samples ([24a452c](https://www.github.com/googleapis/nodejs-analytics-admin/commit/24a452c9472f521e8164911ba4f8e2a3d77e2fca))
10+
311
## [1.1.0](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v1.0.0...v1.1.0) (2020-07-29)
412

513

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

0 commit comments

Comments
 (0)