Skip to content

Commit

Permalink
chore: release 4.3.0 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and sofisl committed Oct 13, 2022
1 parent 90f94fd commit 90c17b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-language/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/language?activeTab=versions

## [4.3.0](https://www.github.com/googleapis/nodejs-language/compare/v4.2.9...v4.3.0) (2021-08-23)


### Features

* turns on self-signed JWT feature flag ([#610](https://www.github.com/googleapis/nodejs-language/issues/610)) ([461baca](https://www.github.com/googleapis/nodejs-language/commit/461bacad4c1c2216e39622b3f82ef634a3665956))

### [4.2.9](https://www.github.com/googleapis/nodejs-language/compare/v4.2.8...v4.2.9) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-language/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/language",
"description": "Google Cloud Natural Language API client for Node.js",
"version": "4.2.9",
"version": "4.3.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-language/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/automl": "^2.0.0",
"mathjs": "^9.0.0",
"@google-cloud/language": "^4.2.9",
"@google-cloud/language": "^4.3.0",
"@google-cloud/storage": "^5.0.0",
"yargs": "^16.0.0"
},
Expand Down

0 comments on commit 90c17b2

Please sign in to comment.