Skip to content

Commit

Permalink
chore: release 1.0.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed Jun 20, 2019
1 parent 7510809 commit 1c35ceb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

[npm history][1]

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

## 1.0.0 (2019-06-20)


### ⚠ BREAKING CHANGES

* first release of client library (#8)
* remove create/delete methods for entries and entry groups (#3)

### Bug Fixes

* package name should be @google-cloud/datacatalog ([#2](https://www.github.com/googleapis/nodejs-datacatalog/issues/2)) ([5d3db51](https://www.github.com/googleapis/nodejs-datacatalog/commit/5d3db51))


### Code Refactoring

* remove create/delete methods for entries and entry groups ([#3](https://www.github.com/googleapis/nodejs-datacatalog/issues/3)) ([e574462](https://www.github.com/googleapis/nodejs-datacatalog/commit/e574462))


### Features

* first release of client library ([#8](https://www.github.com/googleapis/nodejs-datacatalog/issues/8)) ([8250c88](https://www.github.com/googleapis/nodejs-datacatalog/commit/8250c88))
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": "0.1.0",
"version": "1.0.0",
"author": "Google LLC",
"description": "Google Cloud Data Catalog API client for Node.js",
"main": "src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/google-cloud-datacatalog/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"scripts": {
"test": "mocha --timeout 600000"
},
"dependencies": {},
"dependencies": {
"@google-cloud/datacatalog": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
Expand Down

0 comments on commit 1c35ceb

Please sign in to comment.