Skip to content

Commit

Permalink
chore: release 3.0.0 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 3, 2020
1 parent 59efd7a commit 16842c1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

## [3.0.0](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v2.10.0...v3.0.0) (2020-06-02)


### ⚠ BREAKING CHANGES

* synth.py clean up for multiple version (#436)
* drop node8, remove eslint, update gax, fix generated protos, run the generator (#423)

### Features

* check status of long running operation by its name ([#435](https://www.github.com/googleapis/nodejs-video-intelligence/issues/435)) ([be4793e](https://www.github.com/googleapis/nodejs-video-intelligence/commit/be4793ebf71ce03c4855b9d3a29037070d11025e))
* drop node8, remove eslint, update gax, fix generated protos, run the generator ([#423](https://www.github.com/googleapis/nodejs-video-intelligence/issues/423)) ([d13bb42](https://www.github.com/googleapis/nodejs-video-intelligence/commit/d13bb4268f3cc6a1c58e3d53cece92db26df4ef2))
* logo recognition update to GA ([7f02d63](https://www.github.com/googleapis/nodejs-video-intelligence/commit/7f02d6315771b37e4ad473f16a955c4c845b1a83))
* **v1p3beta1:** added support for streaming automl action recognition. ([#439](https://www.github.com/googleapis/nodejs-video-intelligence/issues/439)) ([2d5809d](https://www.github.com/googleapis/nodejs-video-intelligence/commit/2d5809df5293114a20752317dcf34dd2b86629e0))


### Bug Fixes

* synth.py clean up for multiple version ([#436](https://www.github.com/googleapis/nodejs-video-intelligence/issues/436)) ([fc4d36c](https://www.github.com/googleapis/nodejs-video-intelligence/commit/fc4d36c4d112ed75d5c38dd6cad76073e9234253))

## [2.10.0](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v2.9.0...v2.10.0) (2020-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/video-intelligence",
"description": "Google Cloud Video Intelligence API client for Node.js",
"version": "2.10.0",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout=800000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^2.10.0",
"@google-cloud/video-intelligence": "^3.0.0",
"yargs": "^15.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 16842c1

Please sign in to comment.