Skip to content

Commit

Permalink
Release v1.4.1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 19, 2018
1 parent 0f37049 commit 6cd9f57
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## v1.4.1

### Implementation Changes
- chore: minor generator changes ([#110](https://github.com/googleapis/nodejs-video-intelligence/pull/110))

### Internal / Testing Changes
- build: fix codecov uploading on Kokoro ([#112](https://github.com/googleapis/nodejs-video-intelligence/pull/112))
- Update kokoro config ([#109](https://github.com/googleapis/nodejs-video-intelligence/pull/109))
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#108](https://github.com/googleapis/nodejs-video-intelligence/pull/108))
- Update CI config ([#105](https://github.com/googleapis/nodejs-video-intelligence/pull/105))
- test: remove appveyor config ([#106](https://github.com/googleapis/nodejs-video-intelligence/pull/106))
- Enable prefer-const in the eslint config ([#102](https://github.com/googleapis/nodejs-video-intelligence/pull/102))
- Enable no-var in eslint ([#101](https://github.com/googleapis/nodejs-video-intelligence/pull/101))

## v1.4.0

### New Features
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.4.0",
"version": "1.4.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "ava -T 5m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.4.0",
"@google-cloud/video-intelligence": "^1.4.1",
"yargs": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6cd9f57

Please sign in to comment.