@swc/plugin-formatjs 5.1.0 → 5.1.1

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,11 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 45d1ac7: Update swc_core to v31
8
+
3
9
  ## 5.1.0
4
10
 
5
11
  ### Minor 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
+ ## 5.1.1
8
+
9
+ ### Patch Changes
10
+
11
+ - 45d1ac7: Update swc_core to v31
12
+
13
+ ## 5.1.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 899d803: Add support for md5 hash_type in idInterpolationPattern
18
+
7
19
  ## 5.0.0
8
20
 
9
21
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file