Skip to content

Commit

Permalink
chore(main): release 4.1.1 (#397)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 26, 2022
1 parent aaae02d commit 1b40e6d
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.1.1](https://github.com/googleapis/nodejs-secret-manager/compare/v4.1.0...v4.1.1) (2022-08-23)


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-secret-manager/issues/1546)) ([#396](https://github.com/googleapis/nodejs-secret-manager/issues/396)) ([4c0575e](https://github.com/googleapis/nodejs-secret-manager/commit/4c0575e404659f11ac07ebfe7090bcaf93b13a09))

## [4.1.0](https://github.com/googleapis/nodejs-secret-manager/compare/v4.0.1...v4.1.0) (2022-08-23)


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

0 comments on commit 1b40e6d

Please sign in to comment.