Skip to content

Commit

Permalink
Release @google-cloud/language v2.0.2 (#215)
Browse files Browse the repository at this point in the history
This pull request was generated using releasetool.
  • Loading branch information
JustinBeckwith authored and sofisl committed Oct 13, 2022
1 parent 0590371 commit e4f4bf3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions packages/google-cloud-language/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@

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

## v2.0.2

03-14-2019 07:43 PDT

### Bug Fixes
- fix: throw on invalid credentials ([#204](https://github.com/googleapis/nodejs-language/pull/204))

### Documentation
- docs: update comments on protos ([#208](https://github.com/googleapis/nodejs-language/pull/208))
- docs: update links in contrib guide ([#206](https://github.com/googleapis/nodejs-language/pull/206))
- docs: update contributing path in README ([#200](https://github.com/googleapis/nodejs-language/pull/200))
- docs: move CONTRIBUTING.md to root ([#199](https://github.com/googleapis/nodejs-language/pull/199))
- docs: add lint/fix example to contributing guide ([#197](https://github.com/googleapis/nodejs-language/pull/197))

### Internal / Testing Changes
- chore: update require statement code style
- build: Add docuploader credentials to node publish jobs ([#211](https://github.com/googleapis/nodejs-language/pull/211))
- build: use node10 to run samples-test, system-test etc ([#210](https://github.com/googleapis/nodejs-language/pull/210))
- build: update release configuration
- chore(deps): update dependency mocha to v6 ([#207](https://github.com/googleapis/nodejs-language/pull/207))
- build: use linkinator for docs test ([#205](https://github.com/googleapis/nodejs-language/pull/205))
- fix(deps): update dependency yargs to v13 ([#203](https://github.com/googleapis/nodejs-language/pull/203))
- build: create docs test npm scripts ([#202](https://github.com/googleapis/nodejs-language/pull/202))
- build: test using @grpc/grpc-js in CI ([#201](https://github.com/googleapis/nodejs-language/pull/201))

## v2.0.1

01-31-2019 23:11 PST
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": "2.0.1",
"version": "2.0.2",
"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": "^0.1.1",
"mathjs": "^5.1.0",
"@google-cloud/language": "^2.0.1",
"@google-cloud/language": "^2.0.2",
"@google-cloud/storage": "^2.0.0",
"yargs": "^13.0.0"
},
Expand Down

0 comments on commit e4f4bf3

Please sign in to comment.