Skip to content

Commit 253d8d1

Browse files
authored
Release v1.6.0 (#199)
1 parent 1b2f4cc commit 253d8d1

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

packages/google-cloud-videointelligence/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

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

7+
## v1.6.0
8+
9+
02-21-2019 13:46 PST
10+
11+
### Implementation Changes
12+
- fix: throw on invalid credentials
13+
14+
### New Features
15+
- feat: generate v1p3beta1 with streaming support ([#198](https://github.com/googleapis/nodejs-video-intelligence/pull/198))
16+
- feat: add text detection and object mapping support ([#197](https://github.com/googleapis/nodejs-video-intelligence/pull/197))
17+
18+
### Dependencies
19+
- chore(deps): update dependency mocha to v6
20+
- fix(deps): update dependency yargs to v13 ([#192](https://github.com/googleapis/nodejs-video-intelligence/pull/192))
21+
22+
### Documentation
23+
- docs: update links in contrib guide ([#195](https://github.com/googleapis/nodejs-video-intelligence/pull/195))
24+
- build: create docs test npm scripts ([#191](https://github.com/googleapis/nodejs-video-intelligence/pull/191))
25+
- docs: update contributing path in README ([#189](https://github.com/googleapis/nodejs-video-intelligence/pull/189))
26+
27+
### Internal / Testing Changes
28+
- build: use linkinator for docs test ([#194](https://github.com/googleapis/nodejs-video-intelligence/pull/194))
29+
- build: test using @grpc/grpc-js in CI ([#190](https://github.com/googleapis/nodejs-video-intelligence/pull/190))
30+
- chore: move CONTRIBUTING.md to root ([#188](https://github.com/googleapis/nodejs-video-intelligence/pull/188))
31+
732
## v1.5.1
833

934
02-05-2019 15:05 PST

packages/google-cloud-videointelligence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/video-intelligence",
33
"description": "Google Cloud Video Intelligence API client for Node.js",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-cloud-videointelligence/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/video-intelligence": "^1.5.1",
18+
"@google-cloud/video-intelligence": "^1.6.0",
1919
"yargs": "^13.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)