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

Commit 5b1f5a9

Browse files
chore(main): release 2.0.0 (#176)
* chore(main): release 2.0.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>
1 parent 555aad4 commit 5b1f5a9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/googleapis/nodejs-video-transcoder/compare/v1.10.0...v2.0.0) (2022-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update library to use Node 12 (#175)
9+
10+
### Build System
11+
12+
* update library to use Node 12 ([#175](https://github.com/googleapis/nodejs-video-transcoder/issues/175)) ([555aad4](https://github.com/googleapis/nodejs-video-transcoder/commit/555aad476236704167b667adf79f597baec0b6a1))
13+
314
## [1.10.0](https://github.com/googleapis/nodejs-video-transcoder/compare/v1.9.0...v1.10.0) (2022-02-08)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/video-transcoder",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "Transcoder client for Node.js",
55
"repository": "googleapis/nodejs-video-transcoder",
66
"license": "Apache-2.0",

samples/generated/v1/snippet_metadata.google.cloud.video.transcoder.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-transcoder",
4-
"version": "1.10.0",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "c8 mocha --timeout 600000 test/*.js"
1515
},
1616
"dependencies": {
17-
"@google-cloud/video-transcoder": "^1.10.0"
17+
"@google-cloud/video-transcoder": "^2.0.0"
1818
},
1919
"devDependencies": {
2020
"@google-cloud/storage": "^5.4.0",

0 commit comments

Comments
 (0)