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

Commit

Permalink
Release nodejs-automl v0.1.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Aug 24, 2018
1 parent f90efaf commit f28a010
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,30 @@

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

## v0.1.2

### Dependency updates
- fix(deps): update dependency google-gax to ^0.19.0 (#31)
- fix(deps): update dependency google-gax to ^0.18.0 (#22)
- chore(deps): update dependency eslint-config-prettier to v3 (#30)

### Keepin' the lights on
- chore: make the CircleCI config consistent (#32)
- chore: do not use npm ci (#29)
- chore: ignore package-lock.json (#27)
- chore(deps): lock file maintenance (#26)
- chore(deps): lock file maintenance (#25)
- chore: update renovate config (#24)
- chore(deps): lock file maintenance (#21)
- chore: move mocha options to mocha.opts (#19)
- chore: require node 8 for samples (#20)
- Re-generate library using /synth.py (#18)
- chore(deps): lock file maintenance (#17)
- nit: Google LLC (#16)

## v0.1.1

This patch release addresses a namespacing issue that affected our docs.

### Documentation
- Add missing JSDoc namespaces. (#14)

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.1",
"version": "0.1.2",
"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 @@ -16,7 +16,7 @@
},
"scripts": {},
"dependencies": {
"@google-cloud/automl": "^0.1.1"
"@google-cloud/automl": "^0.1.2"
},
"devDependencies": {}
}

0 comments on commit f28a010

Please sign in to comment.