Skip to content

Commit

Permalink
chore: release 2.0.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored May 13, 2019
1 parent 2eb8cae commit 62fb5ec
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion 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

## [2.0.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v1.6.0...v2.0.0) (2019-05-13)


### Bug Fixes

* DEADLINE_EXCEEDED retry code is idempotent ([#234](https://github.com/googleapis/nodejs-video-intelligence/issues/234)) ([7a98ca6](https://github.com/googleapis/nodejs-video-intelligence/commit/7a98ca6))
* **deps:** update dependency google-gax to v1 ([#233](https://github.com/googleapis/nodejs-video-intelligence/issues/233)) ([0ad08b2](https://github.com/googleapis/nodejs-video-intelligence/commit/0ad08b2))
* DEADLINE_EXCEEDED no longer treated as idempotent and retried ([#228](https://github.com/googleapis/nodejs-video-intelligence/issues/228)) ([c25517e](https://github.com/googleapis/nodejs-video-intelligence/commit/c25517e))
* **deps:** update dependency google-gax to ^0.26.0 ([#222](https://github.com/googleapis/nodejs-video-intelligence/issues/222)) ([22de82b](https://github.com/googleapis/nodejs-video-intelligence/commit/22de82b))


### Build System

* upgrade engines field to >=8.10.0 ([#223](https://github.com/googleapis/nodejs-video-intelligence/issues/223)) ([966eef9](https://github.com/googleapis/nodejs-video-intelligence/commit/966eef9))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#223)

## v1.6.0

02-21-2019 13:46 PST
Expand Down Expand Up @@ -93,4 +113,3 @@
- Update CI config ([#95](https://github.com/googleapis/nodejs-video-intelligence/pull/95))
- Retry npm install in CI ([#93](https://github.com/googleapis/nodejs-video-intelligence/pull/93))
- add templates to synth.py ([#91](https://github.com/googleapis/nodejs-video-intelligence/pull/91))

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": "1.6.0",
"version": "2.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": "^1.6.0",
"@google-cloud/video-intelligence": "^2.0.0",
"yargs": "^13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 62fb5ec

Please sign in to comment.