Skip to content

Commit 44ee2f2

Browse files
chore(master): release 4.1.1 (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40553d0 commit 44ee2f2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "4.1.1"
33
}

CHANGELOG.md

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

3+
## [4.1.1](https://github.com/ScribeLabsAI/amazon-trp-node/compare/4.1.0...4.1.1) (2024-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* table title can have null relationships ([#76](https://github.com/ScribeLabsAI/amazon-trp-node/issues/76)) ([40553d0](https://github.com/ScribeLabsAI/amazon-trp-node/commit/40553d038b531967702de9c7a71b4947cb0bd518))
9+
310
## [4.1.0](https://github.com/ScribeLabsAI/amazon-trp-node/compare/4.0.0...4.1.0) (2024-07-09)
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": "@scribelabsai/amazon-trp",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Amazon Textract Response Parser library for Node.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)