Skip to content

Commit

Permalink
chore: release 3.0.1 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 21, 2021
1 parent 9f245f0 commit f04b661
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **deps:** google-gax v2.17.1 ([#243](https://github.com/googleapis/nodejs-document-ai/issues/243)) ([a9e4efd](https://github.com/googleapis/nodejs-document-ai/commit/a9e4efd2478def845376a951c40b76e3384a8b29))
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#245](https://github.com/googleapis/nodejs-document-ai/issues/245)) ([06bf319](https://github.com/googleapis/nodejs-document-ai/commit/06bf3190cad3c9ce98e13aff718bb11db85dd4e5))

## [3.0.0](https://github.com/googleapis/nodejs-document-ai/compare/v2.10.0...v3.0.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/documentai",
"version": "3.0.0",
"version": "3.0.1",
"description": "Document AI client for Node.js",
"repository": "googleapis/nodejs-document-ai",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/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.0",
"@google-cloud/documentai": "^3.0.1",
"@google-cloud/storage": "^5.0.0",
"p-queue": "^6.6.2",
"uuid": "^8.3.1"
Expand Down

0 comments on commit f04b661

Please sign in to comment.