Skip to content

Commit 77aa0e4

Browse files
chore(main): release 2.0.3 (#103)
* chore(main): release 2.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 aee883d commit 77aa0e4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/google-cloud-privatecatalog/CHANGELOG.md

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

3+
## [2.0.3](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.2...v2.0.3) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#102](https://github.com/googleapis/nodejs-private-catalog/issues/102)) ([f162180](https://github.com/googleapis/nodejs-private-catalog/commit/f1621809c2773b4df97efe5d8ade8208ac8f95b4))
9+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-private-catalog/issues/1553)) ([#101](https://github.com/googleapis/nodejs-private-catalog/issues/101)) ([54959ca](https://github.com/googleapis/nodejs-private-catalog/commit/54959cae8e8743c2bed567bacb9a36d0645c99ba))
10+
311
## [2.0.2](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.1...v2.0.2) (2022-08-23)
412

513

packages/google-cloud-privatecatalog/package.json

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

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

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

packages/google-cloud-privatecatalog/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/private-catalog": "^2.0.2"
16+
"@google-cloud/private-catalog": "^2.0.3"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)