Skip to content

Commit

Permalink
chore: release 1.5.0 (#70)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
release-please[bot] authored and alexander-fenster committed Dec 11, 2019
1 parent c32122f commit 0d116f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [1.5.0](https://github.com/googleapis/nodejs-datacatalog/compare/v1.4.1...v1.5.0) (2019-12-11)


### Features

* make operationsClient and service stub public ([e7ca581](https://github.com/googleapis/nodejs-datacatalog/commit/e7ca5815340c3d9ffd4d170a1193565a76f53b15))

### [1.4.1](https://github.com/googleapis/nodejs-datacatalog/compare/v1.4.0...v1.4.1) (2019-12-05)


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.4.1",
"version": "1.5.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.4.1"
"@google-cloud/datacatalog": "^1.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 0d116f0

Please sign in to comment.