@swc/plugin-formatjs 9.0.0 → 9.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
+ ## 9.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0a1d66f: Update swc_core to v52.0.0
8
+
9
+ ## 9.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - a73246f: build: Update swc_core to v49.0.0
14
+
3
15
  ## 9.0.0
4
16
 
5
17
  ### Major Changes
package/README.md CHANGED
@@ -95,6 +95,18 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g
95
95
 
96
96
  # @swc/plugin-formatjs
97
97
 
98
+ ## 9.1.0
99
+
100
+ ### Minor Changes
101
+
102
+ - 0a1d66f: Update swc_core to v52.0.0
103
+
104
+ ## 9.0.1
105
+
106
+ ### Patch Changes
107
+
108
+ - a73246f: build: Update swc_core to v49.0.0
109
+
98
110
  ## 9.0.0
99
111
 
100
112
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
Binary file