Skip to content

Commit 2e85020

Browse files
chore: release 3.8.1 (#280)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b3ae9c2 commit 2e85020

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-secretmanager/CHANGELOG.md

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

3+
### [3.8.1](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.8.0...v3.8.1) (2021-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#279](https://www.github.com/googleapis/nodejs-secret-manager/issues/279)) ([06f7829](https://www.github.com/googleapis/nodejs-secret-manager/commit/06f78290cff9e46f05704494e3605dc0328bcedb))
9+
310
## [3.8.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.7.3...v3.8.0) (2021-07-12)
411

512

packages/google-cloud-secretmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/secret-manager",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Secrets client for Node.js",
55
"repository": "googleapis/nodejs-secret-manager",
66
"license": "Apache-2.0",

packages/google-cloud-secretmanager/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 --recursive test/ --timeout=800000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/secret-manager": "^3.8.0"
17+
"@google-cloud/secret-manager": "^3.8.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.0.0",

0 commit comments

Comments
 (0)