From f521eb6b7c209208e86d2a3e7e36d9e081d43f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:10:36 +0000 Subject: [PATCH] chore(master): release 5.4.10 [skip-ci] --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20f3909..7c972e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.4.9" + ".": "5.4.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4d9de..2219bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.4.10](https://github.com/zone-eu/mailsplit/compare/v5.4.9...v5.4.10) (2026-05-14) + + +### Bug Fixes + +* add mimenode export ([#51](https://github.com/zone-eu/mailsplit/issues/51)) ([0a4e261](https://github.com/zone-eu/mailsplit/commit/0a4e261090df664d771af32493deb48334bf5dfb)) +* Bump minimatch and grunt ([#50](https://github.com/zone-eu/mailsplit/issues/50)) ([08d10f8](https://github.com/zone-eu/mailsplit/commit/08d10f8d00d2362ce85a7ee2058ecc5cad9789aa)) +* ZMS-63: Add types to project ([#48](https://github.com/zone-eu/mailsplit/issues/48)) ([ab58791](https://github.com/zone-eu/mailsplit/commit/ab587910d32d0341cfaea130fa7d9172ef53f53e)) + ## [5.4.9](https://github.com/zone-eu/mailsplit/compare/v5.4.8...v5.4.9) (2026-04-09) diff --git a/package-lock.json b/package-lock.json index 564fa76..70f6c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zone-eu/mailsplit", - "version": "5.4.9", + "version": "5.4.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zone-eu/mailsplit", - "version": "5.4.9", + "version": "5.4.10", "license": "(MIT OR EUPL-1.1+)", "dependencies": { "libbase64": "1.3.0", diff --git a/package.json b/package.json index e30ee97..7cba82e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zone-eu/mailsplit", - "version": "5.4.9", + "version": "5.4.10", "description": "Split email messages into an object stream", "main": "index.js", "types": "index.d.ts",