Skip to content

Commit

Permalink
Release v1.4.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Sep 17, 2018
1 parent b5a2637 commit f32efb4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

[npm history][1]

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

## v1.4.0

### New Features
- feat: release v1p2beta1 client (Object tracking and Text detecting beta) ([#98](https://github.com/googleapis/nodejs-video-intelligence/pull/98))

### Dependencies
- fix(deps): update dependency google-gax to ^0.20.0 ([#96](https://github.com/googleapis/nodejs-video-intelligence/pull/96))

### Internal / Testing Changes
- Switch to let/const ([#97](https://github.com/googleapis/nodejs-video-intelligence/pull/97))
- test: throw on deprecation ([#72](https://github.com/googleapis/nodejs-video-intelligence/pull/72))
- 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.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "ava -T 5m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.3.0",
"@google-cloud/video-intelligence": "^1.4.0",
"yargs": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f32efb4

Please sign in to comment.