Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#748)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 22, 2022
1 parent a7b4664 commit 87140bd
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 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

## [4.1.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v4.0.0...v4.1.0) (2022-09-21)


### Features

* Accept google-gax instance as a parameter ([#743](https://github.com/googleapis/nodejs-video-intelligence/issues/743)) ([293e571](https://github.com/googleapis/nodejs-video-intelligence/commit/293e5716344149040135a897dc46ca1b298c01b4))


### Bug Fixes

* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-video-intelligence/issues/1553)) ([#747](https://github.com/googleapis/nodejs-video-intelligence/issues/747)) ([5fc9e71](https://github.com/googleapis/nodejs-video-intelligence/commit/5fc9e71daaef572b3b077cefd165eac1d2d97841))

## [4.0.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v3.4.1...v4.0.0) (2022-06-29)


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": "4.0.0",
"version": "4.1.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-videointelligence",
"version": "4.0.0",
"version": "4.1.0",
"language": "TYPESCRIPT",
"apis": [
{
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": "^4.0.0",
"@google-cloud/video-intelligence": "^4.1.0",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 87140bd

Please sign in to comment.