Skip to content

Commit 9ac82a4

Browse files
release-please[bot]gcf-owl-bot[bot]
authored andcommitted
chore(main): release 5.1.0 (#692)
* chore(main): release 5.1.0 * 🦉 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>
1 parent ea03a55 commit 9ac82a4

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

packages/google-cloud-language/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [5.1.0](https://github.com/googleapis/nodejs-language/compare/v5.0.2...v5.1.0) (2022-09-21)
8+
9+
10+
### Features
11+
12+
* Add support for V1 and V2 classification models for the V1Beta2 API ([#697](https://github.com/googleapis/nodejs-language/issues/697)) ([3b87da3](https://github.com/googleapis/nodejs-language/commit/3b87da3a09e4d4fff02e235d3f1f70841906696d))
13+
14+
15+
### Bug Fixes
16+
17+
* Preserve default values in x-goog-request-params header ([#691](https://github.com/googleapis/nodejs-language/issues/691)) ([b5a177d](https://github.com/googleapis/nodejs-language/commit/b5a177d9c6a82ef012ab18c463c796444a34fe1b))
18+
719
## [5.0.2](https://github.com/googleapis/nodejs-language/compare/v5.0.1...v5.0.2) (2022-09-01)
820

921

packages/google-cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/language",
33
"description": "Google Cloud Natural Language API client for Node.js",
4-
"version": "5.0.2",
4+
"version": "5.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-cloud-language/samples/generated/v1/snippet_metadata.google.cloud.language.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-language",
4-
"version": "5.0.2",
4+
"version": "5.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-language/samples/generated/v1beta2/snippet_metadata.google.cloud.language.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-language",
4-
"version": "5.0.2",
4+
"version": "5.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-language/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/automl": "^3.0.0",
1919
"mathjs": "^11.0.0",
20-
"@google-cloud/language": "^5.0.2",
20+
"@google-cloud/language": "^5.1.0",
2121
"@google-cloud/storage": "^6.0.0",
2222
"yargs": "^16.0.0"
2323
},

0 commit comments

Comments
 (0)