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

Commit 6d631bd

Browse files
chore: release 1.0.3 (#25)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1b28824 commit 6d631bd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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+
### [1.0.3](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.2...v1.0.3) (2021-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#24](https://www.github.com/googleapis/nodejs-private-catalog/issues/24)) ([1b28824](https://www.github.com/googleapis/nodejs-private-catalog/commit/1b288240c644adadb8b6b330353875d08221e965))
9+
310
### [1.0.2](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.1...v1.0.2) (2021-07-12)
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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "cloudprivatecatalog client for Node.js",
55
"repository": "googleapis/nodejs-private-catalog",
66
"license": "Apache-2.0",

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

0 commit comments

Comments
 (0)