Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 4b3a679

Browse files
chore(main): release 5.0.1 (#674)
🤖 I have created a release *beep* *boop* --- ## [5.0.1](v5.0.0...v5.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#673](#673)) ([6767804](6767804)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 6767804 commit 4b3a679

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

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

7+
## [5.0.1](https://github.com/googleapis/nodejs-language/compare/v5.0.0...v5.0.1) (2022-06-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** describe fallback rest option ([#673](https://github.com/googleapis/nodejs-language/issues/673)) ([6767804](https://github.com/googleapis/nodejs-language/commit/67678040029a2cdfe1ed1a7488ec2c8ba5920db8))
13+
714
## [5.0.0](https://github.com/googleapis/nodejs-language/compare/v4.3.2...v5.0.0) (2022-06-10)
815

916

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.0",
4+
"version": "5.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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.0",
4+
"version": "5.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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.0",
4+
"version": "5.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^2.0.0",
1919
"mathjs": "^10.0.0",
20-
"@google-cloud/language": "^5.0.0",
20+
"@google-cloud/language": "^5.0.1",
2121
"@google-cloud/storage": "^6.0.0",
2222
"yargs": "^16.0.0"
2323
},

0 commit comments

Comments
 (0)