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

Commit

Permalink
chore: release 3.5.0 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 3, 2021
1 parent 26f975a commit 1dbd210
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.5.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.4.0...v3.5.0) (2021-03-02)


### Features

* added topic field to Secret ([#207](https://www.github.com/googleapis/nodejs-secret-manager/issues/207)) ([26f975a](https://www.github.com/googleapis/nodejs-secret-manager/commit/26f975a47eebe66e6c657f5589373cd4b61ded85))

## [3.4.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.3.0...v3.4.0) (2021-01-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/secret-manager",
"version": "3.4.0",
"version": "3.5.0",
"description": "Secrets client for Node.js",
"repository": "googleapis/nodejs-secret-manager",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "^3.4.0"
"@google-cloud/secret-manager": "^3.5.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 1dbd210

Please sign in to comment.