Skip to content

Commit

Permalink
chore: release 1.7.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 10, 2020
1 parent b03beec commit aef44ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [1.7.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.6.3...v1.7.0) (2020-02-10)


### Features

* UpdateEntryGroup, ListEntryGroup, ListEntries added ([#110](https://www.github.com/googleapis/nodejs-datacatalog/issues/110)) ([0597b71](https://www.github.com/googleapis/nodejs-datacatalog/commit/0597b71acbcb45cd7bb37668310c439378703894))


### Bug Fixes

* 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))

### [1.6.3](https://www.github.com/googleapis/nodejs-datacatalog/compare/v1.6.2...v1.6.3) (2020-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-datacatalog",
"name": "@google-cloud/datacatalog",
"version": "1.6.3",
"version": "1.7.0",
"author": "Google LLC",
"description": "Google Cloud Data Catalog API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/datacatalog": "^1.6.3"
"@google-cloud/datacatalog": "^1.7.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit aef44ec

Please sign in to comment.