File tree 3 files changed +18
-2
lines changed
packages/google-cloud-videointelligence
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/video-intelligence?activeTab=versions
6
6
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
+
7
23
## v1.4.1
8
24
9
25
### Implementation Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/video-intelligence" ,
3
3
"description" : " Google Cloud Video Intelligence API client for Node.js" ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.5.0 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 13
13
"test" : " ava -T 10m --serial --verbose system-test/*.test.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/video-intelligence" : " ^1.4.1 " ,
16
+ "@google-cloud/video-intelligence" : " ^1.5.0 " ,
17
17
"yargs" : " ^12.0.0"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments