diff --git a/CHANGELOG.md b/CHANGELOG.md index c563651a..bb106059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://www.npmjs.com/package/@google-cloud/nodejs-vision?activeTab=versions +## v0.22.1 + +### Bug fixes +- Fix response output for Detect Labels ([#199](https://github.com/googleapis/nodejs-vision/pull/199)) + +### Documentation +- Vision GA – vision_localize_objects & vision_localize_object_gcs ([#200](https://github.com/googleapis/nodejs-vision/pull/200)) +- Product search rebased ([#196](https://github.com/googleapis/nodejs-vision/pull/196)) + +### Internal / Testing Changes +- Enable prefer-const in the eslint config ([#201](https://github.com/googleapis/nodejs-vision/pull/201)) +- Enable no-var in eslint ([#198](https://github.com/googleapis/nodejs-vision/pull/198)) +- Switch to let/const ([#194](https://github.com/googleapis/nodejs-vision/pull/194)) +- fix(deps): update dependency google-gax to ^0.20.0 ([#193](https://github.com/googleapis/nodejs-vision/pull/193)) + ## v0.22.0 ### New Features diff --git a/package.json b/package.json index c34fc91b..36bd0140 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/vision", "description": "Google Cloud Vision API client for Node.js", - "version": "0.22.0", + "version": "0.22.1", "license": "Apache-2.0", "author": "Google Inc", "engines": { diff --git a/samples/package.json b/samples/package.json index f707d10b..ab018cd3 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "test": "ava -T 1m --verbose system-test/*.test.js" }, "dependencies": { - "@google-cloud/vision": "^0.22.0", + "@google-cloud/vision": "^0.22.1", "async": "^2.6.1", "natural": "^0.6.1", "redis": "^2.8.0",