Skip to content

Commit 478dc8a

Browse files
chore(main): release 3.0.3 (#250)
* chore(main): release 3.0.3 * 🦉 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 35d6bee commit 478dc8a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/google-cloud-mediatranslation/CHANGELOG.md

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

3+
## [3.0.3](https://github.com/googleapis/nodejs-media-translation/compare/v3.0.2...v3.0.3) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#249](https://github.com/googleapis/nodejs-media-translation/issues/249)) ([ff9aebb](https://github.com/googleapis/nodejs-media-translation/commit/ff9aebb808d91ce68f967afd73e933bfab1a6f31))
9+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-media-translation/issues/1553)) ([#248](https://github.com/googleapis/nodejs-media-translation/issues/248)) ([719d39f](https://github.com/googleapis/nodejs-media-translation/commit/719d39f3a38b60ee708af7d620c37982bf9bf834))
10+
311
## [3.0.2](https://github.com/googleapis/nodejs-media-translation/compare/v3.0.1...v3.0.2) (2022-08-23)
412

513

packages/google-cloud-mediatranslation/package.json

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

packages/google-cloud-mediatranslation/samples/generated/v1beta1/snippet_metadata.google.cloud.mediatranslation.v1beta1.json

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

packages/google-cloud-mediatranslation/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/media-translation": "^3.0.2",
16+
"@google-cloud/media-translation": "^3.0.3",
1717
"node-record-lpcm16": "1.0.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)