From 0019bdcc13d77c1f4893eb7ec09f8c7f598811d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:02:12 +0100 Subject: [PATCH] chore(master): release 4.1.0 (#67) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..411256b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4b9b3..90eb190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.0](https://github.com/ScribeLabsAI/amazon-trp-node/compare/4.0.0...4.1.0) (2024-07-09) + + +### Features + +* optionally expand MERGED_CELL blocks from table analysis ([#66](https://github.com/ScribeLabsAI/amazon-trp-node/issues/66)) ([a1e2790](https://github.com/ScribeLabsAI/amazon-trp-node/commit/a1e2790e7bbbae11533b0f56f2d0e0b3c71678b2)) + ## [4.0.0](https://github.com/ScribeLabsAI/amazon-trp-node/compare/3.0.8...4.0.0) (2024-02-01) diff --git a/package.json b/package.json index 9cf15de..527120c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scribelabsai/amazon-trp", - "version": "4.0.0", + "version": "4.1.0", "description": "Amazon Textract Response Parser library for Node.", "type": "module", "types": "./dist/index.d.ts",