Skip to content

Commit

Permalink
Release v1.6.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Feb 21, 2019
1 parent ff2b7fc commit c997575
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-videointelligence/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/video-intelligence?activeTab=versions

## v1.6.0

02-21-2019 13:46 PST

### Implementation Changes
- fix: throw on invalid credentials

### New Features
- feat: generate v1p3beta1 with streaming support ([#198](https://github.com/googleapis/nodejs-video-intelligence/pull/198))
- feat: add text detection and object mapping support ([#197](https://github.com/googleapis/nodejs-video-intelligence/pull/197))

### Dependencies
- chore(deps): update dependency mocha to v6
- fix(deps): update dependency yargs to v13 ([#192](https://github.com/googleapis/nodejs-video-intelligence/pull/192))

### Documentation
- docs: update links in contrib guide ([#195](https://github.com/googleapis/nodejs-video-intelligence/pull/195))
- build: create docs test npm scripts ([#191](https://github.com/googleapis/nodejs-video-intelligence/pull/191))
- docs: update contributing path in README ([#189](https://github.com/googleapis/nodejs-video-intelligence/pull/189))

### Internal / Testing Changes
- build: use linkinator for docs test ([#194](https://github.com/googleapis/nodejs-video-intelligence/pull/194))
- build: test using @grpc/grpc-js in CI ([#190](https://github.com/googleapis/nodejs-video-intelligence/pull/190))
- chore: move CONTRIBUTING.md to root ([#188](https://github.com/googleapis/nodejs-video-intelligence/pull/188))

## v1.5.1

02-05-2019 15:05 PST
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": "1.5.1",
"version": "1.6.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=600000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.5.1",
"@google-cloud/video-intelligence": "^1.6.0",
"yargs": "^13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit c997575

Please sign in to comment.