Skip to content

Commit

Permalink
chore: release 1.9.1 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and bcoe committed Nov 18, 2019
1 parent 2f39e94 commit 4d89397
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-automl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

### [1.9.1](https://www.github.com/googleapis/nodejs-automl/compare/v1.9.0...v1.9.1) (2019-11-18)


### Bug Fixes

* add extra proto list ([#274](https://www.github.com/googleapis/nodejs-automl/issues/274)) ([d4c456b](https://www.github.com/googleapis/nodejs-automl/commit/d4c456b02629fdbcc090297c67dfe2defb946bb2))
* **deps:** update dependency yargs to v15 ([#279](https://www.github.com/googleapis/nodejs-automl/issues/279)) ([1341a27](https://www.github.com/googleapis/nodejs-automl/commit/1341a275e7b3f935c8945f887339514a91e149da))
* update PHP protos, Import automl operation protos ([#273](https://www.github.com/googleapis/nodejs-automl/issues/273)) ([c7b285f](https://www.github.com/googleapis/nodejs-automl/commit/c7b285fc3dfad0410f58ac71c0d70c6f7c51eb68))

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


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.9.0",
"version": "1.9.1",
"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 @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^1.9.0",
"@google-cloud/automl": "^1.9.1",
"csv": "^5.1.3",
"mathjs": "^6.0.0",
"yargs": "^15.0.0"
Expand Down

0 comments on commit 4d89397

Please sign in to comment.