@swc/plugin-formatjs 6.0.3 → 6.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,11 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 6.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b08ff7: Update swc_core to v35
8
+
3
9
  ## 6.0.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -95,6 +95,12 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g
95
95
 
96
96
  # @swc/plugin-formatjs
97
97
 
98
+ ## 6.0.4
99
+
100
+ ### Patch Changes
101
+
102
+ - 9b08ff7: Update swc_core to v35
103
+
98
104
  ## 6.0.3
99
105
 
100
106
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file