Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#381)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent a78ad0c commit 15d6784
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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

## [4.0.1](https://github.com/googleapis/nodejs-secret-manager/compare/v4.0.0...v4.0.1) (2022-06-30)


### Bug Fixes

* **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))

## [4.0.0](https://github.com/googleapis/nodejs-secret-manager/compare/v3.12.0...v4.0.0) (2022-05-20)


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": "4.0.0",
"version": "4.0.1",
"description": "Secrets client for Node.js",
"repository": "googleapis/nodejs-secret-manager",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-secretmanager",
"version": "4.0.0",
"version": "4.0.1",
"language": "TYPESCRIPT",
"apis": [
{
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": "^4.0.0"
"@google-cloud/secret-manager": "^4.0.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 15d6784

Please sign in to comment.