@swc/plugin-jest 6.2.0 → 7.0.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,23 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - f0fee1d: Update swc_core to v15.0.1
8
+
9
+ ## 6.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 04465bc: Update swc_core to v14.0.0, really
14
+
15
+ ## 6.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - bfa0a51: Update swc_core to v13
20
+
3
21
  ## 6.2.0
4
22
 
5
23
  ### Minor Changes
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 7.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - f0fee1d: Update swc_core to v15.0.1
10
+
11
+ ## 6.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 04465bc: Update swc_core to v14.0.0, really
16
+
17
+ ## 6.3.0
18
+
19
+ ### Minor Changes
20
+
21
+ - bfa0a51: Update swc_core to v13
22
+
5
23
  ## 6.2.0
6
24
 
7
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "6.2.0",
3
+ "version": "7.0.0",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file