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

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.4](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.3...v2.0.4) (2022-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Use google-gax v3.5.2 ([#111](https://github.com/googleapis/nodejs-private-catalog/issues/111)) ([8a0d368](https://github.com/googleapis/nodejs-private-catalog/commit/8a0d368277802a788989c270ad400117010c0855))
9+
* Preserve default values in x-goog-request-params header ([#104](https://github.com/googleapis/nodejs-private-catalog/issues/104)) ([4259f2f](https://github.com/googleapis/nodejs-private-catalog/commit/4259f2f26191b70e98cab9b2a75bef793ce3d7da))
10+
* Regenerated protos JS and TS definitions ([#114](https://github.com/googleapis/nodejs-private-catalog/issues/114)) ([ffce6dc](https://github.com/googleapis/nodejs-private-catalog/commit/ffce6dc1534a49c2ae7354f32c28d03b90cd69d7))
11+
312
## [2.0.3](https://github.com/googleapis/nodejs-private-catalog/compare/v2.0.2...v2.0.3) (2022-09-01)
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.3",
3+
"version": "2.0.4",
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.3",
4+
"version": "2.0.4",
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.3"
16+
"@google-cloud/private-catalog": "^2.0.4"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)