Skip to content

Commit 14e0434

Browse files
authored
chore: release 1.0.0 (#178)
1 parent 946f319 commit 14e0434

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

packages/google-cloud-automl/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

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

7+
## [1.0.0](https://www.github.com/googleapis/nodejs-automl/compare/v0.2.0...v1.0.0) (2019-05-13)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
* DEADLINE_EXCEEDED is no longer retried ([20eb86c](https://www.github.com/googleapis/nodejs-automl/commit/20eb86c))
14+
* 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))
15+
* **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))
16+
17+
18+
### Build System
19+
20+
* 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))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* upgrade engines field to >=8.10.0 (#168)
26+
727
## v0.2.0
828

929
04-03-2019 12:39 PDT

packages/google-cloud-automl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/automl",
33
"description": "Cloud AutoML API client for Node.js",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-automl/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "mocha --timeout 600000"
1919
},
2020
"dependencies": {
21-
"@google-cloud/automl": "^0.2.0",
21+
"@google-cloud/automl": "^1.0.0",
2222
"chai": "^4.2.0",
2323
"execa": "^1.0.0",
2424
"mathjs": "^5.5.0",

0 commit comments

Comments
 (0)