From 4fa65d965039b8e0ae7755362acd8c1e30008139 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:04:15 +0100 Subject: [PATCH] chore: release 2.1.0 (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New release --- ## [2.1.0](https://github.com/Lendable/message/compare/2.0.1...2.1.0) (2024-09-08) ### Features * Add class-map based message name resolvers ([#139](https://github.com/Lendable/message/issues/139)) ([01fac65](https://github.com/Lendable/message/commit/01fac65207d25473922fc519e7ae5f1f2b494076)) ### Fixes * Export-ignore `.allowed-licenses.php` ([#140](https://github.com/Lendable/message/issues/140)) ([763c157](https://github.com/Lendable/message/commit/763c1571523229c63a79aea8a51a2a516b277dbc)) --- ☕ Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b725ab0..969d3db 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acdc74..f2a4b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/Lendable/message/compare/2.0.1...2.1.0) (2024-09-08) + + +### Features + +* Add class-map based message name resolvers ([#139](https://github.com/Lendable/message/issues/139)) ([01fac65](https://github.com/Lendable/message/commit/01fac65207d25473922fc519e7ae5f1f2b494076)) + + +### Fixes + +* Export-ignore `.allowed-licenses.php` ([#140](https://github.com/Lendable/message/issues/140)) ([763c157](https://github.com/Lendable/message/commit/763c1571523229c63a79aea8a51a2a516b277dbc)) + ## [2.0.1](https://github.com/Lendable/message/compare/2.0.0...2.0.1) (2024-06-12)