Skip to content

Commit

Permalink
chore: release 3.8.0 (#277)
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 Jul 13, 2021
1 parent 7d05ac7 commit abb975e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-secretmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.8.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.7.3...v3.8.0) (2021-07-12)


### Features

* Tune Secret Manager auto retry parameters ([#276](https://www.github.com/googleapis/nodejs-secret-manager/issues/276)) ([60e48cc](https://www.github.com/googleapis/nodejs-secret-manager/commit/60e48ccb96bc95b693358afb2bef4a2e03810ea8))


### Bug Fixes

* **deps:** google-gax v2.17.1 ([#278](https://www.github.com/googleapis/nodejs-secret-manager/issues/278)) ([6fc709a](https://www.github.com/googleapis/nodejs-secret-manager/commit/6fc709a795f049cd0bb0d016b26279302892ad19))

### [3.7.3](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.7.2...v3.7.3) (2021-06-30)


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

0 comments on commit abb975e

Please sign in to comment.