Skip to content

Commit 5dd947b

Browse files
Release nodejs-automl v0.1.2 (#34)
1 parent fee23dd commit 5dd947b

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

packages/google-cloud-automl/CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@
44

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

7+
## v0.1.2
8+
9+
### Dependency updates
10+
- fix(deps): update dependency google-gax to ^0.19.0 (#31)
11+
- fix(deps): update dependency google-gax to ^0.18.0 (#22)
12+
- chore(deps): update dependency eslint-config-prettier to v3 (#30)
13+
14+
### Keepin' the lights on
15+
- chore: make the CircleCI config consistent (#32)
16+
- chore: do not use npm ci (#29)
17+
- chore: ignore package-lock.json (#27)
18+
- chore(deps): lock file maintenance (#26)
19+
- chore(deps): lock file maintenance (#25)
20+
- chore: update renovate config (#24)
21+
- chore(deps): lock file maintenance (#21)
22+
- chore: move mocha options to mocha.opts (#19)
23+
- chore: require node 8 for samples (#20)
24+
- Re-generate library using /synth.py (#18)
25+
- chore(deps): lock file maintenance (#17)
26+
- nit: Google LLC (#16)
27+
728
## v0.1.1
829

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

1132
### Documentation
1233
- Add missing JSDoc namespaces. (#14)
13-

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.1.1",
4+
"version": "0.1.2",
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
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {},
1818
"dependencies": {
19-
"@google-cloud/automl": "^0.1.1"
19+
"@google-cloud/automl": "^0.1.2"
2020
},
2121
"devDependencies": {}
2222
}

0 commit comments

Comments
 (0)