Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#449)
Browse files Browse the repository at this point in the history
* chore(main): release 5.0.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Nov 11, 2022
1 parent e613eee commit b00b520
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [5.0.1](https://github.com/googleapis/nodejs-talent/compare/v5.0.0...v5.0.1) (2022-11-11)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#447](https://github.com/googleapis/nodejs-talent/issues/447)) ([49c2e64](https://github.com/googleapis/nodejs-talent/commit/49c2e64b364328a145899af100bf4e3c38f24548))
* Regenerated protos JS and TS definitions ([#451](https://github.com/googleapis/nodejs-talent/issues/451)) ([adfce28](https://github.com/googleapis/nodejs-talent/commit/adfce2881da0f9c86279ed4cde0a9227072f0e19))

## [5.0.0](https://github.com/googleapis/nodejs-talent/compare/v4.1.1...v5.0.0) (2022-09-22)


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": "5.0.0",
"version": "5.0.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-talent",
"version": "5.0.0",
"version": "5.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-talent",
"version": "5.0.0",
"version": "5.0.1",
"language": "TYPESCRIPT",
"apis": [
{
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 @@ -17,7 +17,7 @@
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@google-cloud/talent": "^5.0.0",
"@google-cloud/talent": "^5.0.1",
"uuid": "^9.0.0",
"yargs": "^16.0.3"
},
Expand Down

0 comments on commit b00b520

Please sign in to comment.