Skip to content

Commit 9dfd146

Browse files
committed
Bump up version (v4.2.1)
1 parent f024aa3 commit 9dfd146

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Prefix your message with one of the following:
1111
- [Security] in case of vulnerabilities.
1212
-->
1313

14-
## Unreleased
14+
## v4.2.1 - Dec 25, 2022
1515

1616
- [Changed] Change plugin api to be based on instance methods. This avoids
1717
having to pass in the config for each and every method. It also allows us
1818
adding helper methods to the base class.
19+
- [Fixed] Fix performance issues with embed fallback translations' initial
20+
implementation.
1921

2022
## v4.2.0 - Dec 10, 2022
2123

lib/i18n-js/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module I18nJS
4-
VERSION = "4.2.0"
4+
VERSION = "4.2.1"
55
end

0 commit comments

Comments
 (0)