Skip to content

Commit 287f7a4

Browse files
chore: release 2.1.3 (#219)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f096118 commit 287f7a4

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.1.3](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.1.2...v2.1.3) (2020-11-07)
8+
9+
10+
### Bug Fixes
11+
12+
* do not modify options object, use defaultScopes ([#218](https://www.github.com/googleapis/nodejs-datacatalog/issues/218)) ([4dad92a](https://www.github.com/googleapis/nodejs-datacatalog/commit/4dad92a4781e0bf3b6bd799ca0aefe94b10e6254))
13+
714
### [2.1.2](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.1.1...v2.1.2) (2020-07-27)
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.1.2",
4+
"version": "2.1.3",
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
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/datacatalog": "^2.1.2"
18+
"@google-cloud/datacatalog": "^2.1.3"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)