From afb6b633c649a4fcdc86049c4a77184286254f8f Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Sat, 25 Jan 2025 18:13:42 +0100 Subject: [PATCH] Bump alchemy_i18n to 4.3.0 --- CHANGELOG.md | 9 +++++++++ lib/alchemy_i18n/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d459b4..1972844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v4.3.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.3.0) (2025-01-25) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.2.2...v4.3.0) + +**Merged pull requests:** + +- Load select2 locales via importmap [\#68](https://github.com/AlchemyCMS/alchemy_i18n/pull/68) ([tvdeyen](https://github.com/tvdeyen)) +- Download flatpickr locales [\#64](https://github.com/AlchemyCMS/alchemy_i18n/pull/64) ([tvdeyen](https://github.com/tvdeyen)) + ## [v4.2.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.2) (2024-09-06) [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.2.1...v4.2.2) diff --git a/lib/alchemy_i18n/version.rb b/lib/alchemy_i18n/version.rb index 5711c36..5e576b4 100644 --- a/lib/alchemy_i18n/version.rb +++ b/lib/alchemy_i18n/version.rb @@ -1,3 +1,3 @@ module AlchemyI18n - VERSION = "4.2.2" + VERSION = "4.3.0" end