Skip to content

Commit aef44ec

Browse files
chore: release 1.7.0 (#111)
1 parent b03beec commit aef44ec

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/google-cloud-datacatalog/CHANGELOG.md

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

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

7+
## [1.7.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.6.3...v1.7.0) (2020-02-10)
8+
9+
10+
### Features
11+
12+
* UpdateEntryGroup, ListEntryGroup, ListEntries added ([#110](https://www.github.com/googleapis/nodejs-datacatalog/issues/110)) ([0597b71](https://www.github.com/googleapis/nodejs-datacatalog/commit/0597b71acbcb45cd7bb37668310c439378703894))
13+
14+
15+
### Bug Fixes
16+
17+
* resource name helpers fixed; enum, bytes, and Long types now accept strings ([#99](https://www.github.com/googleapis/nodejs-datacatalog/issues/99)) ([d20988f](https://www.github.com/googleapis/nodejs-datacatalog/commit/d20988ff58c38a7a79c0ab768a1af32cae6686df))
18+
719
### [1.6.3](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.6.2...v1.6.3) (2020-01-09)
820

921

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.6.3",
4+
"version": "1.7.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.6.3"
18+
"@google-cloud/datacatalog": "^1.7.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)