Skip to content

Commit

Permalink
chore: release 3.4.0 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 15, 2021
1 parent 8461d08 commit e320e16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.4.0](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v3.3.6...v3.4.0) (2021-09-15)


### Features

* turns on self-signed JWT feature flag ([#608](https://www.github.com/googleapis/nodejs-video-intelligence/issues/608)) ([a08a54b](https://www.github.com/googleapis/nodejs-video-intelligence/commit/a08a54b3c49464ca5b8df8ba924d244ab61665ba))


### Bug Fixes

* **build:** migrate to using main branch ([#613](https://www.github.com/googleapis/nodejs-video-intelligence/issues/613)) ([68e079f](https://www.github.com/googleapis/nodejs-video-intelligence/commit/68e079f1d985d60576342663a2008d316502e205))

### [3.3.6](https://www.github.com/googleapis/nodejs-video-intelligence/compare/v3.3.5...v3.3.6) (2021-07-21)


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": "3.3.6",
"version": "3.4.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout=800000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^3.3.6",
"@google-cloud/video-intelligence": "^3.4.0",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e320e16

Please sign in to comment.