File tree 3 files changed +10
-2
lines changed
packages/google-cloud-datacatalog
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/datacatalog?activeTab=versions
6
6
7
+ ### [ 1.4.1] ( https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.4.0...v1.4.1 ) (2019-12-05)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** deps:** pin TypeScript below 3.7.0 ([ cc671d9] ( https://www.github.com/googleapis/nodejs-datacatalog/commit/cc671d9ae2bfd420195df25bdaa0e4c1757008ec ) )
13
+ * ** docs:** adds jsdoc strings ([ 2834bfe] ( https://www.github.com/googleapis/nodejs-datacatalog/commit/2834bfe0057d9222f8c6f70e60de216560251d06 ) )
14
+
7
15
## [ 1.4.0] ( https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.3.0...v1.4.0 ) (2019-11-20)
8
16
9
17
In this release the library has been converted to TypeScript. There should be no breaking changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"repository" : " googleapis/nodejs-datacatalog" ,
3
3
"name" : " @google-cloud/datacatalog" ,
4
- "version" : " 1.4.0 " ,
4
+ "version" : " 1.4.1 " ,
5
5
"author" : " Google LLC" ,
6
6
"description" : " Google Cloud Data Catalog API client for Node.js" ,
7
7
"main" : " build/src/index.js" ,
Original file line number Diff line number Diff line change 15
15
"test" : " mocha --timeout 600000"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/datacatalog" : " ^1.4.0 "
18
+ "@google-cloud/datacatalog" : " ^1.4.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments