Skip to content

Commit 3ae58c1

Browse files
Release v1.5.0 (#130)
1 parent fb8932e commit 3ae58c1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## v1.5.0
8+
9+
### New features
10+
- feat: add speech transcription
11+
12+
### Documentation
13+
- docs(samples): video beta samples ([#123](https://github.com/googleapis/nodejs-video-intelligence/pull/123))
14+
15+
### Internal / Testing Changes
16+
- chore: update issue templates ([#128](https://github.com/googleapis/nodejs-video-intelligence/pull/128))
17+
- chore: remove old issue template ([#124](https://github.com/googleapis/nodejs-video-intelligence/pull/124))
18+
- build: run tests on node11 ([#122](https://github.com/googleapis/nodejs-video-intelligence/pull/122))
19+
- chores(build): do not collect sponge.xml from windows builds ([#121](https://github.com/googleapis/nodejs-video-intelligence/pull/121))
20+
- chores(build): run codecov on continuous builds ([#120](https://github.com/googleapis/nodejs-video-intelligence/pull/120))
21+
- chore: update new issue template ([#119](https://github.com/googleapis/nodejs-video-intelligence/pull/119))
22+
723
## v1.4.1
824

925
### Implementation Changes

packages/google-cloud-videointelligence/package.json

+1-1
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.4.1",
4+
"version": "1.5.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "ava -T 10m --serial --verbose system-test/*.test.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/video-intelligence": "^1.4.1",
16+
"@google-cloud/video-intelligence": "^1.5.0",
1717
"yargs": "^12.0.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)