@swc/plugin-formatjs 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2ae5319: Fix parsing of unicode
8
+
9
+ ## 2.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - bb13cc8: Fix missing quotes of plural keys
14
+
3
15
  ## 2.0.2
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,18 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 2.0.4
8
+
9
+ ### Patch Changes
10
+
11
+ - 2ae5319: Fix parsing of unicode
12
+
13
+ ## 2.0.3
14
+
15
+ ### Patch Changes
16
+
17
+ - bb13cc8: Fix missing quotes of plural keys
18
+
7
19
  ## 2.0.2
8
20
 
9
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file