Skip to content

Commit 6872396

Browse files
chore(main): release 4.1.2 (#400)
* chore(main): release 4.1.2 * 🦉 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>
1 parent 6a024ce commit 6872396

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/google-cloud-secretmanager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.1.2](https://github.com/googleapis/nodejs-secret-manager/compare/v4.1.1...v4.1.2) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#399](https://github.com/googleapis/nodejs-secret-manager/issues/399)) ([02d820f](https://github.com/googleapis/nodejs-secret-manager/commit/02d820fd521c58263eaa46e98d6b98bac8d973d3))
9+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-secret-manager/issues/1553)) ([#398](https://github.com/googleapis/nodejs-secret-manager/issues/398)) ([e16be85](https://github.com/googleapis/nodejs-secret-manager/commit/e16be85ab62f69a5680ec09149f9fade8ddcaf54))
10+
311
## [4.1.1](https://github.com/googleapis/nodejs-secret-manager/compare/v4.1.0...v4.1.1) (2022-08-23)
412

513

packages/google-cloud-secretmanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/secret-manager",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-secretmanager",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-secretmanager/samples/package.json

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

0 commit comments

Comments
 (0)