Skip to content

Commit

Permalink
Merge branch 'master' of github.com:postalsys/postal-mime
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 23, 2024
2 parents f975ef4 + d665fbb commit 6b01a09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/postalsys/postal-mime/compare/v2.3.0...v2.3.1) (2024-09-23)


### Bug Fixes

* **message/rfc822:** Added option 'forceRfc822Attachments' to handle all message/rfc822 nodes as attachments instead of inline content ([bf47621](https://github.com/postalsys/postal-mime/commit/bf47621da7c55a31acb39fb505f415b1ed4ce5e2))

## [2.3.0](https://github.com/postalsys/postal-mime/compare/v2.2.9...v2.3.0) (2024-09-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postal-mime",
"version": "2.3.0",
"version": "2.3.1",
"description": "Email parser for browser environments",
"main": "./src/postal-mime.js",
"exports": {
Expand Down

0 comments on commit 6b01a09

Please sign in to comment.