Skip to content

Commit

Permalink
chore: release 3.0.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 10, 2020
1 parent 1edd8d5 commit 8cf2fc6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-secretmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://github.com/googleapis/nodejs-secret-manager/compare/v2.1.0...v3.0.0) (2020-04-10)


### ⚠ BREAKING CHANGES

* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.

New feature: methods with pagination now support async iteration.

### Features

* drop node8 support, support for async iterators ([#85](https://github.com/googleapis/nodejs-secret-manager/issues/85)) ([24cd25b](https://github.com/googleapis/nodejs-secret-manager/commit/24cd25b04c94e2058489db6cf06ba74a14770b0f))

## [2.1.0](https://github.com/googleapis/nodejs-secret-manager/compare/v2.0.1...v2.1.0) (2020-03-06)


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": "2.1.0",
"version": "3.0.0",
"description": "Secrets client for Node.js",
"repository": "googleapis/nodejs-secret-manager",
"license": "Apache-2.0",
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": "^2.1.0"
"@google-cloud/secret-manager": "^3.0.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 8cf2fc6

Please sign in to comment.