Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit ba8af54

Browse files
chore: release 3.10.1 (#296)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 65d43f1 commit ba8af54

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.10.1](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.10.0...v3.10.1) (2021-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** set default branch to main ([#295](https://www.github.com/googleapis/nodejs-secret-manager/issues/295)) ([65d43f1](https://www.github.com/googleapis/nodejs-secret-manager/commit/65d43f1131855c31cb377472f60a8fcba70fbb60))
9+
310
## [3.10.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.9.1...v3.10.0) (2021-08-23)
411

512

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.10.0",
3+
"version": "3.10.1",
44
"description": "Secrets client for Node.js",
55
"repository": "googleapis/nodejs-secret-manager",
66
"license": "Apache-2.0",

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

0 commit comments

Comments
 (0)