Skip to content

Commit 46cec1e

Browse files
chore: release 1.4.0 (#63)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] * docs: update changelog
1 parent b7ac867 commit 46cec1e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

packages/google-cloud-datacatalog/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## [1.4.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.3.0...v1.4.0) (2019-11-20)
8+
9+
In this release the library has been converted to TypeScript. There should be no breaking changes
10+
for existing users, but please feel free to submit an issue if you find anything wrong!
11+
12+
### Features
13+
14+
* new clients, convert to TypeScript ([#61](https://www.github.com/googleapis/nodejs-datacatalog/issues/61)) ([489c492](https://www.github.com/googleapis/nodejs-datacatalog/commit/489c49231c5386d7c540239c8861fdcef080679f))
15+
16+
17+
### Bug Fixes
18+
19+
* **docs:** snippets are now replaced in jsdoc comments ([#54](https://www.github.com/googleapis/nodejs-datacatalog/issues/54)) ([4a61922](https://www.github.com/googleapis/nodejs-datacatalog/commit/4a6192275313e64f4e28fb43f6a7144807a89512))
20+
721
## [1.3.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.2.0...v1.3.0) (2019-10-22)
822

923

packages/google-cloud-datacatalog/package.json

Lines changed: 1 addition & 1 deletion
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": "1.3.0",
4+
"version": "1.4.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/datacatalog": "^1.3.0"
18+
"@google-cloud/datacatalog": "^1.4.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)