@swc/plugin-formatjs 4.0.1 → 5.1.0

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
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 899d803: Add support for md5 hash_type in idInterpolationPattern
8
+
9
+ ## 5.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - f7c8ad4: swc_core v29
14
+
3
15
  ## 4.0.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 5.0.0
8
+
9
+ ### Major Changes
10
+
11
+ - f7c8ad4: swc_core v29
12
+
7
13
  ## 4.0.1
8
14
 
9
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "4.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file