Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#423)
Browse files Browse the repository at this point in the history
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] authored Jun 7, 2022
1 parent 8b7de15 commit a1d28f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.1.0](https://github.com/googleapis/nodejs-talent/compare/v4.0.0...v4.1.0) (2022-06-03)


### Features

* Add a new operator on companyDisplayNames filter to further support fuzzy match by treating input value as a multi word token ([#422](https://github.com/googleapis/nodejs-talent/issues/422)) ([b8b2181](https://github.com/googleapis/nodejs-talent/commit/b8b2181826dbb93a8bd7f3eb4234fb65ae9b0573))

## [4.0.0](https://github.com/googleapis/nodejs-talent/compare/v3.5.1...v4.0.0) (2022-05-17)


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": "4.0.0",
"version": "4.1.0",
"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": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-talent",
"version": "4.0.0",
"version": "4.1.0",
"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": "^4.0.0",
"@google-cloud/talent": "^4.1.0",
"uuid": "^8.3.1",
"yargs": "^16.0.3"
},
Expand Down

0 comments on commit a1d28f1

Please sign in to comment.