Skip to content

Commit

Permalink
chore: release 2.6.0 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 15, 2021
1 parent aace1e9 commit 49f5ae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.5.0...v2.6.0) (2021-03-15)


### Features

* remove the translation fields in document.proto ([#181](https://www.github.com/googleapis/nodejs-document-ai/issues/181)) ([d76272a](https://www.github.com/googleapis/nodejs-document-ai/commit/d76272a98f527d00a5862299208f8f0ebb054405))

## [2.5.0](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.4.0...v2.5.0) (2021-02-24)


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": "2.5.0",
"version": "2.6.0",
"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": "^2.5.0",
"@google-cloud/documentai": "^2.6.0",
"@google-cloud/storage": "^5.0.0",
"p-queue": "^6.6.2",
"uuid": "^8.3.1"
Expand Down

0 comments on commit 49f5ae9

Please sign in to comment.