Skip to content

Commit

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

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

## v1.5.0

### New features
- feat: add speech transcription

### Documentation
- docs(samples): video beta samples ([#123](https://github.com/googleapis/nodejs-video-intelligence/pull/123))

### Internal / Testing Changes
- chore: update issue templates ([#128](https://github.com/googleapis/nodejs-video-intelligence/pull/128))
- chore: remove old issue template ([#124](https://github.com/googleapis/nodejs-video-intelligence/pull/124))
- build: run tests on node11 ([#122](https://github.com/googleapis/nodejs-video-intelligence/pull/122))
- chores(build): do not collect sponge.xml from windows builds ([#121](https://github.com/googleapis/nodejs-video-intelligence/pull/121))
- chores(build): run codecov on continuous builds ([#120](https://github.com/googleapis/nodejs-video-intelligence/pull/120))
- chore: update new issue template ([#119](https://github.com/googleapis/nodejs-video-intelligence/pull/119))

## v1.4.1

### Implementation Changes
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.1",
"version": "1.5.0",
"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 10m --serial --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.4.1",
"@google-cloud/video-intelligence": "^1.5.0",
"yargs": "^12.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3ae58c1

Please sign in to comment.