Skip to content

Commit 167458f

Browse files
chore(main): release 0.2.0 (#21)
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 2538fd8 commit 167458f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

packages/google-cloud-video-stitcher/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/nodejs-video-stitcher/compare/v0.1.1...v0.2.0) (2022-07-04)
4+
5+
6+
### Features
7+
8+
* add asset_id and stream_id fields to VodSession and LiveSession responses ([194dcc2](https://github.com/googleapis/nodejs-video-stitcher/commit/194dcc247e4a6887ed204d8b188f61750a65ef43))
9+
* support regapic LRO ([194dcc2](https://github.com/googleapis/nodejs-video-stitcher/commit/194dcc247e4a6887ed204d8b188f61750a65ef43))
10+
11+
12+
### Bug Fixes
13+
14+
* remove COMPLETE_POD stitching option ([194dcc2](https://github.com/googleapis/nodejs-video-stitcher/commit/194dcc247e4a6887ed204d8b188f61750a65ef43))
15+
316
## [0.1.1](https://github.com/googleapis/nodejs-video-stitcher/compare/v0.1.0...v0.1.1) (2022-06-23)
417

518

packages/google-cloud-video-stitcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/video-stitcher",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "stitcher client for Node.js",
55
"repository": "googleapis/nodejs-video-stitcher",
66
"license": "Apache-2.0",

packages/google-cloud-video-stitcher/samples/generated/v1/snippet_metadata.google.cloud.video.stitcher.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-stitcher",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-video-stitcher/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/video-stitcher": "^0.1.1"
16+
"@google-cloud/video-stitcher": "^0.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)