Skip to content

Commit 7ce7f29

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 2.2.2 (#280)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 0203f3d commit 7ce7f29

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+
### [2.2.2](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v2.2.1...v2.2.2) (2019-08-05)
8+
9+
10+
### Bug Fixes
11+
12+
* allow calls with no request, add JSON proto ([8fb7221](https://www.github.com/googleapis/nodejs-video-intelligence/commit/8fb7221))
13+
714
### [2.2.1](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v2.2.0...v2.2.1) (2019-06-26)
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": "2.2.1",
4+
"version": "2.2.2",
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": "^2.2.1",
18+
"@google-cloud/video-intelligence": "^2.2.2",
1919
"yargs": "^13.0.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)