Skip to content

Commit eea1e03

Browse files
1 parent acc2931 commit eea1e03

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/google-cloud-documentai/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [3.0.2](https://www.github.com/googleapis/nodejs-document-ai/compare/v3.0.1...v3.0.2) (2021-08-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** migrate to using main branch ([#253](https://www.github.com/googleapis/nodejs-document-ai/issues/253)) ([ac879c4](https://www.github.com/googleapis/nodejs-document-ai/commit/ac879c425cb75862508527b2cf7cbd34e958684e))
9+
* **deps:** google-gax v2.24.1 ([#257](https://www.github.com/googleapis/nodejs-document-ai/issues/257)) ([4ff6b2d](https://www.github.com/googleapis/nodejs-document-ai/commit/4ff6b2dfa2a5cee97f5dee0690c54f606902a38a))
10+
* Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional ([#252](https://www.github.com/googleapis/nodejs-document-ai/issues/252)) ([79b8d82](https://www.github.com/googleapis/nodejs-document-ai/commit/79b8d825244748473efcee1d75653aa2b5077055))
11+
312
### [3.0.1](https://www.github.com/googleapis/nodejs-document-ai/compare/v3.0.0...v3.0.1) (2021-07-21)
413

514

packages/google-cloud-documentai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/documentai",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Document AI client for Node.js",
55
"repository": "googleapis/nodejs-document-ai",
66
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha test/*.js --timeout 600000"
1414
},
1515
"dependencies": {
16-
"@google-cloud/documentai": "^3.0.1",
16+
"@google-cloud/documentai": "^3.0.2",
1717
"@google-cloud/storage": "^5.0.0",
1818
"p-queue": "^6.6.2",
1919
"uuid": "^8.3.1"

0 commit comments

Comments
 (0)