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

Commit dccd43e

Browse files
chore: release 2.2.1 (#128)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent acd166f commit dccd43e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.2.1](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.2.0...v2.2.1) (2020-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* do not modify options object ([#125](https://www.github.com/googleapis/nodejs-document-ai/issues/125)) ([acd166f](https://www.github.com/googleapis/nodejs-document-ai/commit/acd166fab67c77101e6d0168d0a74a420fc3df6f))
9+
310
## [2.2.0](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.1.1...v2.2.0) (2020-10-17)
411

512

package.json

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

samples/package.json

Lines changed: 1 addition & 1 deletion
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": "^2.2.0",
16+
"@google-cloud/documentai": "^2.2.1",
1717
"@google-cloud/storage": "^5.0.0",
1818
"p-queue": "^6.6.2",
1919
"uuid": "^8.3.1"

0 commit comments

Comments
 (0)