Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 13, 2021
1 parent ac879c4 commit 7db88c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [3.0.2](https://github.com/googleapis/nodejs-document-ai/compare/v3.0.1...v3.0.2) (2021-08-13)


### Bug Fixes

* **build:** migrate to using main branch ([#253](https://github.com/googleapis/nodejs-document-ai/issues/253)) ([ac879c4](https://github.com/googleapis/nodejs-document-ai/commit/ac879c425cb75862508527b2cf7cbd34e958684e))
* Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional ([#252](https://github.com/googleapis/nodejs-document-ai/issues/252)) ([79b8d82](https://github.com/googleapis/nodejs-document-ai/commit/79b8d825244748473efcee1d75653aa2b5077055))

### [3.0.1](https://github.com/googleapis/nodejs-document-ai/compare/v3.0.0...v3.0.1) (2021-07-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/documentai",
"version": "3.0.1",
"version": "3.0.2",
"description": "Document AI client for Node.js",
"repository": "googleapis/nodejs-document-ai",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/documentai": "^3.0.1",
"@google-cloud/documentai": "^3.0.2",
"@google-cloud/storage": "^5.0.0",
"p-queue": "^6.6.2",
"uuid": "^8.3.1"
Expand Down

0 comments on commit 7db88c8

Please sign in to comment.