Skip to content

Commit 465bc39

Browse files
chore: release 3.1.0 (#489)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7d0a9b7 commit 465bc39

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-videointelligence/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.1.0](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v3.0.1...v3.1.0) (2020-10-29)
8+
9+
10+
### Features
11+
12+
* GA launch for PersonDetection and FaceDetection features ([#482](https://www.github.com/googleapis/nodejs-video-intelligence/issues/482)) ([6994bb0](https://www.github.com/googleapis/nodejs-video-intelligence/commit/6994bb0070b25a69a1ba8c47896cb7e5e18a30d9))
13+
714
### [3.0.1](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v3.0.0...v3.0.1) (2020-06-29)
815

916

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": "3.0.1",
4+
"version": "3.1.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
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout=800000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/video-intelligence": "^3.0.1",
18+
"@google-cloud/video-intelligence": "^3.1.0",
1919
"yargs": "^15.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)