From 42a7e6c1a1c315723bc97257a36c72131455e1b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:18:54 +0000 Subject: [PATCH] chore(master): release 3.0.8 (#45) 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 fef52ab..fe37c7b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.7" + ".": "3.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b2e9d..a701a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.8](https://github.com/ScribeLabsAI/amazon-trp-node/compare/3.0.7...3.0.8) (2024-01-10) + + +### Bug Fixes + +* ignore missing ids ([33a413e](https://github.com/ScribeLabsAI/amazon-trp-node/commit/33a413e87745c877c61ba1cbfdc1f83b6bb0c9b2)) + ## [3.0.7](https://github.com/ScribeLabsAI/amazon-trp-node/compare/3.0.6...3.0.7) (2023-11-10) diff --git a/package.json b/package.json index 09d444d..ff3cfbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scribelabsai/amazon-trp", - "version": "3.0.7", + "version": "3.0.8", "description": "Amazon Textract Response Parser library for Node.", "type": "module", "types": "./dist/index.d.ts",