Skip to content

Commit

Permalink
chore(master): release 4.1.1 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
1 parent 40553d0 commit 44ee2f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.0"
".": "4.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.1](https://github.com/ScribeLabsAI/amazon-trp-node/compare/4.1.0...4.1.1) (2024-09-02)


### Bug Fixes

* 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))

## [4.1.0](https://github.com/ScribeLabsAI/amazon-trp-node/compare/4.0.0...4.1.0) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scribelabsai/amazon-trp",
"version": "4.1.0",
"version": "4.1.1",
"description": "Amazon Textract Response Parser library for Node.",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 44ee2f2

Please sign in to comment.