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

Commit 2d9c2d3

Browse files
chore(main): release 2.0.2 (#99)
* chore(main): release 2.0.2 * 🦉 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 8dd298f commit 2d9c2d3

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.1...v2.0.2) (2022-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* better support for fallback mode ([#97](https://github.com/googleapis/nodejs-private-catalog/issues/97)) ([fb44b6c](https://github.com/googleapis/nodejs-private-catalog/commit/fb44b6c08f068ae0b0b240ecf5834483a17d653a))
9+
* change import long to require ([#98](https://github.com/googleapis/nodejs-private-catalog/issues/98)) ([b67b633](https://github.com/googleapis/nodejs-private-catalog/commit/b67b63324e8a6f3bd5e36f403cbc92710576957e))
10+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-private-catalog/issues/1546)) ([#100](https://github.com/googleapis/nodejs-private-catalog/issues/100)) ([8dd298f](https://github.com/googleapis/nodejs-private-catalog/commit/8dd298f04e1d272697421c03a7c2a53942dd673b))
11+
312
## [2.0.1](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.0...v2.0.1) (2022-06-30)
413

514

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/private-catalog",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "cloudprivatecatalog client for Node.js",
55
"repository": "googleapis/nodejs-private-catalog",
66
"license": "Apache-2.0",

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

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

samples/package.json

Lines changed: 1 addition & 1 deletion
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.1"
16+
"@google-cloud/private-catalog": "^2.0.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)