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

Commit

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

* 🦉 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>
Co-authored-by: sofisl <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2022
1 parent b9cb3c7 commit e375d6c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.1.1](https://github.com/googleapis/nodejs-video-intelligence/compare/v4.1.0...v4.1.1) (2022-11-08)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#761](https://github.com/googleapis/nodejs-video-intelligence/issues/761)) ([e068bd3](https://github.com/googleapis/nodejs-video-intelligence/commit/e068bd338e9750e39f029faaf4ff52a5d5ad7d32))

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


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": "4.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"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.1.0",
"version": "4.1.1",
"language": "TYPESCRIPT",
"apis": [
{
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": "^4.1.0",
"@google-cloud/video-intelligence": "^4.1.1",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e375d6c

Please sign in to comment.