Skip to content

Commit 2a10f97

Browse files
chore: release 1.10.0 (#546)
1 parent 5d00684 commit 2a10f97

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-vision/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [1.10.0](https://www.github.com/googleapis/nodejs-vision/compare/v1.9.0...v1.10.0) (2020-03-03)
8+
9+
10+
### Features
11+
12+
* move API to typescript code generation ([#532](https://www.github.com/googleapis/nodejs-vision/issues/532)) ([401e694](https://www.github.com/googleapis/nodejs-vision/commit/401e6944796fd1249639da6b767e842576345c3e))
13+
714
## [1.9.0](https://www.github.com/googleapis/nodejs-vision/compare/v1.8.0...v1.9.0) (2020-02-10)
815

916

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": "1.9.0",
4+
"version": "1.10.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
@@ -13,7 +13,7 @@
1313
"test": "mocha system-test --timeout 600000"
1414
},
1515
"dependencies": {
16-
"@google-cloud/vision": "^1.9.0",
16+
"@google-cloud/vision": "^1.10.0",
1717
"canvas": "^2.0.0",
1818
"mathjs": "^6.0.0",
1919
"natural": "^0.6.1",

0 commit comments

Comments
 (0)