Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#103)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Sep 8, 2022
1 parent aee883d commit 77aa0e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-privatecatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.3](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.2...v2.0.3) (2022-09-01)


### Bug Fixes

* 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))
* 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))

## [2.0.2](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.1...v2.0.2) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-privatecatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/private-catalog",
"version": "2.0.2",
"version": "2.0.3",
"description": "cloudprivatecatalog client for Node.js",
"repository": "googleapis/nodejs-private-catalog",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-privatecatalog",
"version": "2.0.2",
"version": "2.0.3",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-privatecatalog/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/private-catalog": "^2.0.2"
"@google-cloud/private-catalog": "^2.0.3"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 77aa0e4

Please sign in to comment.