Skip to content

Commit b788843

Browse files
committed
Bump version to v3.0.1
1 parent 9e787f4 commit b788843

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v3.0.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v3.0.1) (2022-04-20)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v3.0.0...v3.0.1)
6+
7+
**Closed issues:**
8+
9+
- Publish new Alchemy 6.0-compatible gem? [\#40](https://github.com/AlchemyCMS/alchemy_i18n/issues/40)
10+
11+
**Merged pull requests:**
12+
13+
- Fix loading of JS locales [\#43](https://github.com/AlchemyCMS/alchemy_i18n/pull/43) ([tvdeyen](https://github.com/tvdeyen))
14+
315
## [v3.0.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v3.0.0) (2022-04-17)
416

517
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v2.3.0...v3.0.0)

lib/alchemy_i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlchemyI18n
2-
VERSION = "3.0.0"
2+
VERSION = "3.0.1"
33
end

0 commit comments

Comments
 (0)