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

Commit

Permalink
Release @google-cloud/automl v0.2.0
Browse files Browse the repository at this point in the history
Release @google-cloud/automl v0.2.0

This pull request was generated using releasetool.

#153 automerged by dpebot
  • Loading branch information
jkwlui authored and yoshi-automation committed Apr 3, 2019
1 parent b7d7aee commit 241b945
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## v0.2.0

04-03-2019 12:39 PDT

### New Features
- feat: support new AutoML problems; add batchPredict, exportModel methods

### Implementation Changes
- fix: include 'x-goog-request-params' header in requests ([#149](https://github.com/googleapis/nodejs-automl/pull/149))

### Documentation
- docs: use backticks for JS values ([#142](https://github.com/googleapis/nodejs-automl/pull/142))

### Internal / Testing Changes
- chore: publish to npm using wombat ([#145](https://github.com/googleapis/nodejs-automl/pull/145))
- build: use per-repo publish token ([#144](https://github.com/googleapis/nodejs-automl/pull/144))

## v0.1.4

03-12-2019 13:50 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.1.4",
"version": "0.2.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.1.4",
"@google-cloud/automl": "^0.2.0",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mathjs": "^5.5.0",
Expand Down

0 comments on commit 241b945

Please sign in to comment.