Skip to content

Commit

Permalink
chore: release 3.0.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 24, 2021
1 parent 5388893 commit b545e49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.0.1](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v3.0.0...v3.0.1) (2021-06-24)


### Bug Fixes

* make request optional in all cases ([#126](https://www.github.com/googleapis/nodejs-analytics-admin/issues/126)) ([a66c927](https://www.github.com/googleapis/nodejs-analytics-admin/commit/a66c927492a3186df97c52823e4a6db67c60e65b))

## [3.0.0](https://www.github.com/googleapis/nodejs-analytics-admin/compare/v2.0.3...v3.0.0) (2021-05-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-analytics/admin",
"version": "3.0.0",
"version": "3.0.1",
"description": "Admin client for Node.js",
"repository": "googleapis/nodejs-analytics-admin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-analytics/admin": "^3.0.0",
"@google-analytics/admin": "^3.0.1",
"google-auth-library": "^7.0.0",
"google-gax": "^2.6.3",
"http": "0.0.1-security",
Expand Down

0 comments on commit b545e49

Please sign in to comment.