Skip to content

Commit 55d6e07

Browse files
authored
feat: release v0.23.0 (#259)
1 parent e4fe6a4 commit 55d6e07

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

packages/google-cloud-vision/CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@
44

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

7+
## v0.23.0
8+
9+
### New Features
10+
- feat: add support for product search
11+
12+
### Dependencies
13+
- chore(deps): update dependency eslint-plugin-node to v8 ([#245](https://github.com/googleapis/nodejs-vision/pull/245))
14+
- chore(deps): update dependency canvas to v2 ([#224](https://github.com/googleapis/nodejs-vision/pull/224))
15+
- chore(deps): update dependency sinon to v7 ([#219](https://github.com/googleapis/nodejs-vision/pull/219))
16+
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#213](https://github.com/googleapis/nodejs-vision/pull/213))
17+
18+
### Documentation
19+
- fix(samples): Adding vision_product_search_tutorial_import tags ([#221](https://github.com/googleapis/nodejs-vision/pull/221))
20+
- fix(samples): Change the Project ID from number to string ([#220](https://github.com/googleapis/nodejs-vision/pull/220))
21+
- docs: Vision AutoML samples ([#197](https://github.com/googleapis/nodejs-vision/pull/197))
22+
23+
### Internal / Testing Changes
24+
- chore: use latest npm on Windows ([#258](https://github.com/googleapis/nodejs-vision/pull/258))
25+
- chore: update lint configs ([#257](https://github.com/googleapis/nodejs-vision/pull/257))
26+
- chore: update CircleCI config ([#253](https://github.com/googleapis/nodejs-vision/pull/253))
27+
- chore: update issue templates ([#244](https://github.com/googleapis/nodejs-vision/pull/244))
28+
- chore: remove old issue template ([#242](https://github.com/googleapis/nodejs-vision/pull/242))
29+
- build: run tests on node11 ([#239](https://github.com/googleapis/nodejs-vision/pull/239))
30+
- chores(build): do not collect sponge.xml from windows builds ([#238](https://github.com/googleapis/nodejs-vision/pull/238))
31+
- chores(build): run codecov on continuous builds ([#237](https://github.com/googleapis/nodejs-vision/pull/237))
32+
- chore: update new issue template ([#235](https://github.com/googleapis/nodejs-vision/pull/235))
33+
- build: fix codecov uploading on Kokoro ([#222](https://github.com/googleapis/nodejs-vision/pull/222))
34+
- chore: enable --throw-deprecation on mocha config ([#147](https://github.com/googleapis/nodejs-vision/pull/147))
35+
- Update kokoro config ([#214](https://github.com/googleapis/nodejs-vision/pull/214))
36+
- Update kokoro config ([#208](https://github.com/googleapis/nodejs-vision/pull/208))
37+
- test: remove appveyor config ([#207](https://github.com/googleapis/nodejs-vision/pull/207))
38+
- Update the CI config ([#206](https://github.com/googleapis/nodejs-vision/pull/206))
39+
740
## v0.22.1
841

942
### Bug fixes

packages/google-cloud-vision/package.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@google-cloud/automl": "^0.1.1",
15-
"@google-cloud/vision": "^0.22.0",
15+
"@google-cloud/vision": "^0.23.0",
1616
"async": "^2.6.1",
1717
"mathjs": "^5.0.4",
1818
"natural": "^0.6.1",

0 commit comments

Comments
 (0)