Skip to content

Commit

Permalink
chore: release 3.0.0 (#247)
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] authored Oct 13, 2020
1 parent b5bb18b commit 557c282
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

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


### ⚠ BREAKING CHANGES

* moves v4 API to default (#243)

### Features

* moves v4 API to default ([#243](https://github.com/googleapis/nodejs-talent/issues/243)) ([72cc13a](https://github.com/googleapis/nodejs-talent/commit/72cc13a27bd53b5b949d8a909649705131feab59))
* Remove commute methods from Job Search v4 API ([#249](https://github.com/googleapis/nodejs-talent/issues/249)) ([9e22b14](https://github.com/googleapis/nodejs-talent/commit/9e22b1492bbbbbd4b8eafb242de5e54ad842cd9c))

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


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.1.0",
"version": "3.0.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.1.0"
"@google-cloud/talent": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 557c282

Please sign in to comment.