Skip to content

Commit 19ac4a6

Browse files
chore: release 2.5.0 (#295)
🤖 I have created a release \*beep\* \*boop\* --- ## [2.5.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.4.2...v2.5.0) (2021-08-23) ### Features * turns on self-signed JWT feature flag ([#294](https://www.github.com/googleapis/nodejs-datacatalog/issues/294)) ([dcf6fb4](https://www.github.com/googleapis/nodejs-datacatalog/commit/dcf6fb45de49e225aeebfec9fc56251db3a702e9)) --- 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 cf37e35 commit 19ac4a6

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.5.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.4.2...v2.5.0) (2021-08-23)
8+
9+
10+
### Features
11+
12+
* turns on self-signed JWT feature flag ([#294](https://www.github.com/googleapis/nodejs-datacatalog/issues/294)) ([dcf6fb4](https://www.github.com/googleapis/nodejs-datacatalog/commit/dcf6fb45de49e225aeebfec9fc56251db3a702e9))
13+
714
### [2.4.2](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.4.1...v2.4.2) (2021-08-17)
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.4.2",
4+
"version": "2.5.0",
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.4.2",
19+
"@google-cloud/datacatalog": "^2.5.0",
2020
"uuid": "^8.3.1"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)