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

Commit

Permalink
chore: release 4.0.0 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 13, 2020
1 parent 17bdc7a commit 612b280
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [4.0.0](https://www.github.com/googleapis/nodejs-language/compare/v3.8.0...v4.0.0) (2020-04-13)


### ⚠ BREAKING CHANGES

* drop node8 support (#405)

### Features

* deferred client initialization ([#384](https://www.github.com/googleapis/nodejs-language/issues/384)) ([b329a1c](https://www.github.com/googleapis/nodejs-language/commit/b329a1cb7c78902fc7855ef6a3a880cde2c1c83e))
* drop node8 support ([#405](https://www.github.com/googleapis/nodejs-language/issues/405)) ([520811c](https://www.github.com/googleapis/nodejs-language/commit/520811cd008551366dfbda0912aba29bbf5a82e4))


### Bug Fixes

* remove eslint, update gax, fix generated protos, run the generator ([#447](https://www.github.com/googleapis/nodejs-language/issues/447)) ([5ed5344](https://www.github.com/googleapis/nodejs-language/commit/5ed53445f168d6d406dea1207d75541efd795086))

## [3.8.0](https://www.github.com/googleapis/nodejs-language/compare/v3.7.2...v3.8.0) (2020-02-28)


Expand Down
2 changes: 1 addition & 1 deletion 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": "3.8.0",
"version": "4.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "^6.0.0",
"@google-cloud/language": "^3.8.0",
"@google-cloud/language": "^4.0.0",
"@google-cloud/storage": "^4.0.0",
"yargs": "^15.0.0"
},
Expand Down

0 comments on commit 612b280

Please sign in to comment.