Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
chore: release 1.0.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 13, 2019
1 parent 423ae98 commit e0c5b71
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

## [1.0.0](https://www.github.com/googleapis/nodejs-automl/compare/v0.2.0...v1.0.0) (2019-05-13)


### Bug Fixes

* **deps:** update dependency google-gax to v1 ([#176](https://www.github.com/googleapis/nodejs-automl/issues/176)) ([423ae98](https://www.github.com/googleapis/nodejs-automl/commit/423ae98))
* DEADLINE_EXCEEDED is no longer retried ([20eb86c](https://www.github.com/googleapis/nodejs-automl/commit/20eb86c))
* DEADLINE_EXCEEDED retry code is idempotent ([#177](https://www.github.com/googleapis/nodejs-automl/issues/177)) ([e8313ab](https://www.github.com/googleapis/nodejs-automl/commit/e8313ab))
* **deps:** update dependency google-gax to ^0.26.0 ([#166](https://www.github.com/googleapis/nodejs-automl/issues/166)) ([b449fc7](https://www.github.com/googleapis/nodejs-automl/commit/b449fc7))


### Build System

* upgrade engines field to >=8.10.0 ([#168](https://www.github.com/googleapis/nodejs-automl/issues/168)) ([249c7a8](https://www.github.com/googleapis/nodejs-automl/commit/249c7a8))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#168)

## v0.2.0

04-03-2019 12:39 PDT
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.2.0",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "^0.2.0",
"@google-cloud/automl": "^1.0.0",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mathjs": "^5.5.0",
Expand Down

0 comments on commit e0c5b71

Please sign in to comment.