Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 2.7.0
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.7.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v2.6.5...v2.7.0) (2020-02-13)


### Features

* face and person detection samples ([#362](https://github.com/googleapis/nodejs-video-intelligence/issues/362)) ([cff2f36](https://github.com/googleapis/nodejs-video-intelligence/commit/cff2f36a4e6294908a4e26587ed840c1ec1b03f8))


### Bug Fixes

* adds spaces to region tags, other fixes ([#369](https://github.com/googleapis/nodejs-video-intelligence/issues/369)) ([2b6943e](https://github.com/googleapis/nodejs-video-intelligence/commit/2b6943ee0685761a0076c7b8023eed4f12f93d64))
* fixes face and people detection region tags ([#367](https://github.com/googleapis/nodejs-video-intelligence/issues/367)) ([ab039b5](https://github.com/googleapis/nodejs-video-intelligence/commit/ab039b56b3bea27edf93c4db7c97241599d38419))
* refactors person and face detection samples into separate files ([#370](https://github.com/googleapis/nodejs-video-intelligence/issues/370)) ([eb9b400](https://github.com/googleapis/nodejs-video-intelligence/commit/eb9b400c24bdf306d8263ec402922b3235754034))
* updates README file with correct links ([#371](https://github.com/googleapis/nodejs-video-intelligence/issues/371)) ([fb2701a](https://github.com/googleapis/nodejs-video-intelligence/commit/fb2701a81c7476ef06ab279a8d4572f006abe831))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] authored Feb 14, 2020
1 parent fb2701a commit 66663f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## [2.7.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v2.6.5...v2.7.0) (2020-02-13)


### Features

* face and person detection samples ([#362](https://github.com/googleapis/nodejs-video-intelligence/issues/362)) ([cff2f36](https://github.com/googleapis/nodejs-video-intelligence/commit/cff2f36a4e6294908a4e26587ed840c1ec1b03f8))


### Bug Fixes

* adds spaces to region tags, other fixes ([#369](https://github.com/googleapis/nodejs-video-intelligence/issues/369)) ([2b6943e](https://github.com/googleapis/nodejs-video-intelligence/commit/2b6943ee0685761a0076c7b8023eed4f12f93d64))
* fixes face and people detection region tags ([#367](https://github.com/googleapis/nodejs-video-intelligence/issues/367)) ([ab039b5](https://github.com/googleapis/nodejs-video-intelligence/commit/ab039b56b3bea27edf93c4db7c97241599d38419))
* refactors person and face detection samples into separate files ([#370](https://github.com/googleapis/nodejs-video-intelligence/issues/370)) ([eb9b400](https://github.com/googleapis/nodejs-video-intelligence/commit/eb9b400c24bdf306d8263ec402922b3235754034))
* updates README file with correct links ([#371](https://github.com/googleapis/nodejs-video-intelligence/issues/371)) ([fb2701a](https://github.com/googleapis/nodejs-video-intelligence/commit/fb2701a81c7476ef06ab279a8d4572f006abe831))

### [2.6.5](https://github.com/googleapis/nodejs-video-intelligence/compare/v2.6.4...v2.6.5) (2020-01-29)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.6.5",
"version": "2.7.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
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": "^2.6.5",
"@google-cloud/video-intelligence": "^2.7.0",
"yargs": "^15.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 66663f6

Please sign in to comment.