Skip to content

Commit 15d6784

Browse files
chore(main): release 4.0.1 (#381)
🤖 I have created a release *beep* *boop* --- ## [4.0.1](googleapis/nodejs-secret-manager@v4.0.0...v4.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#379](googleapis/nodejs-secret-manager#379)) ([368cff5](googleapis/nodejs-secret-manager@368cff5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent a78ad0c commit 15d6784

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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+
## [4.0.1](https://github.com/googleapis/nodejs-secret-manager/compare/v4.0.0...v4.0.1) (2022-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** describe fallback rest option ([#379](https://github.com/googleapis/nodejs-secret-manager/issues/379)) ([368cff5](https://github.com/googleapis/nodejs-secret-manager/commit/368cff507737eba4e57fe154d748e0756aaf83d3))
9+
310
## [4.0.0](https://github.com/googleapis/nodejs-secret-manager/compare/v3.12.0...v4.0.0) (2022-05-20)
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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Secrets client for Node.js",
55
"repository": "googleapis/nodejs-secret-manager",
66
"license": "Apache-2.0",

packages/google-cloud-secretmanager/samples/generated/v1/snippet_metadata.google.cloud.secretmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-secretmanager",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^4.0.0"
17+
"@google-cloud/secret-manager": "^4.0.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.0.0",

0 commit comments

Comments
 (0)