Skip to content

Commit

Permalink
chore: release 2.1.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 29, 2020
1 parent db50246 commit f6ec489
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-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://www.npmjs.com/package/@google-cloud/talent?activeTab=versions

## [2.1.0](https://github.com/googleapis/nodejs-talent/compare/v2.0.0...v2.1.0) (2020-06-29)


### Features

* **secrets:** begin migration to secret manager from keystore ([#213](https://github.com/googleapis/nodejs-talent/issues/213)) ([8cba7c3](https://github.com/googleapis/nodejs-talent/commit/8cba7c33ca1d631e7d369ec06ebf2bdf39530ffd))


### Bug Fixes

* handle fallback option properly ([#216](https://github.com/googleapis/nodejs-talent/issues/216)) ([ae2ecc5](https://github.com/googleapis/nodejs-talent/commit/ae2ecc51bc12fa410e766bd06e7668e51f01d627))
* update node issue template ([#217](https://github.com/googleapis/nodejs-talent/issues/217)) ([82ece56](https://github.com/googleapis/nodejs-talent/commit/82ece56e1edce6e4074b6256aba9c858a00c6466))

## [2.0.0](https://github.com/googleapis/nodejs-talent/compare/v1.7.1...v2.0.0) (2020-06-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-talent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/talent",
"description": "Cloud Talent Solution API client for Node.js",
"version": "2.0.0",
"version": "2.1.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-talent/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/talent": "^2.0.0"
"@google-cloud/talent": "^2.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit f6ec489

Please sign in to comment.