Skip to content

Commit

Permalink
chore: release 3.6.0 (#229)
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 Apr 1, 2021
1 parent 083fad1 commit 9633743
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.6.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.5.0...v3.6.0) (2021-03-30)


### Features

* Rotation for Secrets ([#228](https://www.github.com/googleapis/nodejs-secret-manager/issues/228)) ([fcc5295](https://www.github.com/googleapis/nodejs-secret-manager/commit/fcc529557d92ad1447c29d346f3037b9cd7cbe31))

## [3.5.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.4.0...v3.5.0) (2021-03-03)


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.5.0",
"version": "3.6.0",
"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.5.0"
"@google-cloud/secret-manager": "^3.6.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 9633743

Please sign in to comment.