Skip to content

Commit 0e7fc50

Browse files
chore: release 2.3.2 (#266)
🤖 I have created a release \*beep\* \*boop\* --- ### [2.3.2](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.3.1...v2.3.2) (2021-06-24) ### Bug Fixes * make request optional in all cases ([#265](https://www.github.com/googleapis/nodejs-datacatalog/issues/265)) ([3ea98f3](https://www.github.com/googleapis/nodejs-datacatalog/commit/3ea98f3b9fb00f0804557b5f597366a4963fdf7c)) --- 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 7842f27 commit 0e7fc50

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-datacatalog/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/datacatalog?activeTab=versions
66

7+
### [2.3.2](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.3.1...v2.3.2) (2021-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* make request optional in all cases ([#265](https://www.github.com/googleapis/nodejs-datacatalog/issues/265)) ([3ea98f3](https://www.github.com/googleapis/nodejs-datacatalog/commit/3ea98f3b9fb00f0804557b5f597366a4963fdf7c))
13+
714
### [2.3.1](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.3.0...v2.3.1) (2021-05-07)
815

916

packages/google-cloud-datacatalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-datacatalog",
33
"name": "@google-cloud/datacatalog",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"author": "Google LLC",
66
"description": "Google Cloud Data Catalog API client for Node.js",
77
"main": "build/src/index.js",

packages/google-cloud-datacatalog/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/bigquery": "^5.5.0",
19-
"@google-cloud/datacatalog": "^2.3.1",
19+
"@google-cloud/datacatalog": "^2.3.2",
2020
"uuid": "^8.3.1"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)