Skip to content

Commit ae06e38

Browse files
Release v1.5.1 (#186)
1 parent 733411a commit ae06e38

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

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

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

7+
## v1.5.1
8+
9+
02-05-2019 15:05 PST
10+
11+
### Fixes
12+
- fix: increase gRPC timeout window ([#139](https://github.com/googleapis/nodejs-video-intelligence/pull/139))
13+
14+
### Dependencies
15+
- fix(deps): update dependency google-gax to ^0.25.0 ([#183](https://github.com/googleapis/nodejs-video-intelligence/pull/183))
16+
- refactor: remove unused deps and fix lint ([#141](https://github.com/googleapis/nodejs-video-intelligence/pull/141))
17+
18+
### Documentation
19+
- docs: add lint/fix example to contributing guide ([#185](https://github.com/googleapis/nodejs-video-intelligence/pull/185))
20+
- docs: remove unused long running operation message typesed to pick up changes in the API or client library generator. ([#176](https://github.com/googleapis/nodejs-video-intelligence/pull/176))
21+
- docs: fix filepath of example command in README ([#160](https://github.com/googleapis/nodejs-video-intelligence/pull/160))
22+
- docs: fix typo in samples/analyze.js ([#159](https://github.com/googleapis/nodejs-video-intelligence/pull/159))
23+
- docs: update readme badges ([#156](https://github.com/googleapis/nodejs-video-intelligence/pull/156))
24+
- docs(samples): update samples to use GA APIs ([#153](https://github.com/googleapis/nodejs-video-intelligence/pull/153))
25+
- docs(samples): updated samples code to use async await ([#151](https://github.com/googleapis/nodejs-video-intelligence/pull/151))
26+
727
## v1.5.0
828

929
### New features

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.0",
4+
"version": "1.5.1",
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.0",
18+
"@google-cloud/video-intelligence": "^1.5.1",
1919
"yargs": "^12.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)