Skip to content

Commit b4a1313

Browse files
chore: release 2.1.2 (#195)
* chore: updated samples/package.json [ci skip] * chore: updated CHANGELOG.md [ci skip] * chore: updated package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5095531 commit b4a1313

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.2](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.1.1...v2.1.2) (2020-07-27)
8+
9+
10+
### Bug Fixes
11+
12+
* move gitattributes files to node templates ([#194](https://www.github.com/googleapis/nodejs-datacatalog/issues/194)) ([6471c23](https://www.github.com/googleapis/nodejs-datacatalog/commit/6471c23598674fb85bdb4a733dcdd3a7799ce314))
13+
714
### [2.1.1](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.1.0...v2.1.1) (2020-07-09)
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.1",
4+
"version": "2.1.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
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/datacatalog": "^2.1.1"
18+
"@google-cloud/datacatalog": "^2.1.2"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)