Skip to content

Commit

Permalink
chore: release 1.9.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Nov 12, 2019
1 parent 2a1fe06 commit 1b1e8bd
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-automl/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/automl?activeTab=versions

## [1.9.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.8.0...v1.9.0) (2019-11-12)


### Features

* adds GetAnnotationSpec, DeployModel, UndeployModel, ExportModel ([#258](https://www.github.com/googleapis/nodejs-automl/issues/258)) ([0ffcec2](https://www.github.com/googleapis/nodejs-automl/commit/0ffcec2227ab36adb8e50f276837305f347dc9d7))


### Bug Fixes

* **docs:** snippets are now replaced in jsdoc comments ([#267](https://www.github.com/googleapis/nodejs-automl/issues/267)) ([5179b3c](https://www.github.com/googleapis/nodejs-automl/commit/5179b3c3991189d537794f43a0696838611be525))

## [1.8.0](https://www.github.com/googleapis/nodejs-automl/compare/v1.7.3...v1.8.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/automl",
"description": "Cloud AutoML API client for Node.js",
"version": "1.8.0",
"version": "1.9.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/automl": "^1.8.0",
"@google-cloud/automl": "^1.9.0",
"chai": "^4.2.0",
"csv": "^5.1.1",
"execa": "^3.0.0",
Expand Down

0 comments on commit 1b1e8bd

Please sign in to comment.