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

Commit 3d1b2c9

Browse files
chore: release 1.7.0 (#104)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b8f1501 commit 3d1b2c9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.7.0](https://www.github.com/googleapis/nodejs-video-transcoder/compare/v1.6.1...v1.7.0) (2021-08-27)
4+
5+
6+
### Features
7+
8+
* turns on self-signed JWT feature flag ([#103](https://www.github.com/googleapis/nodejs-video-transcoder/issues/103)) ([1fba447](https://www.github.com/googleapis/nodejs-video-transcoder/commit/1fba447cd05e0e921198dd0fa9248271f4c48ca3))
9+
310
### [1.6.1](https://www.github.com/googleapis/nodejs-video-transcoder/compare/v1.6.0...v1.6.1) (2021-08-19)
411

512

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.6.1",
3+
"version": "1.7.0",
44
"description": "Transcoder client for Node.js",
55
"repository": "googleapis/nodejs-video-transcoder",
66
"license": "Apache-2.0",

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.6.1"
17+
"@google-cloud/video-transcoder": "^1.7.0"
1818
},
1919
"devDependencies": {
2020
"@google-cloud/storage": "^5.4.0",

0 commit comments

Comments
 (0)