Skip to content

Commit

Permalink
chore: release 3.2.1 (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 5, 2020
1 parent 44c3450 commit 50a6424
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-secretmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.2.1](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.2.0...v3.2.1) (2020-11-05)


### Bug Fixes

* do not modify options object, use defaultScopes ([#184](https://www.github.com/googleapis/nodejs-secret-manager/issues/184)) ([863f04e](https://www.github.com/googleapis/nodejs-secret-manager/commit/863f04e3f4c59ce600a7d8e95ae11b063747c9d0))

## [3.2.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.1.0...v3.2.0) (2020-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-secretmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/secret-manager",
"version": "3.2.0",
"version": "3.2.1",
"description": "Secrets client for Node.js",
"repository": "googleapis/nodejs-secret-manager",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-secretmanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/secret-manager": "^3.2.0"
"@google-cloud/secret-manager": "^3.2.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 50a6424

Please sign in to comment.