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

Commit af6cb9b

Browse files
chore(main): release 2.0.1 (#91)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#90](#90)) ([d41ecfe](d41ecfe)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d41ecfe commit af6cb9b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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+
## [2.0.1](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.0...v2.0.1) (2022-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** describe fallback rest option ([#90](https://github.com/googleapis/nodejs-private-catalog/issues/90)) ([d41ecfe](https://github.com/googleapis/nodejs-private-catalog/commit/d41ecfecc4164cf023de6bddd09e07b4751eb07f))
9+
310
## [2.0.0](https://github.com/googleapis/nodejs-private-catalog/compare/v1.1.1...v2.0.0) (2022-05-17)
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/private-catalog",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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.0",
4+
"version": "2.0.1",
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.0"
16+
"@google-cloud/private-catalog": "^2.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)