@swc/plugin-jest 6.1.0 → 6.3.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,23 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 6.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 04465bc: Update swc_core to v14.0.0, really
8
+
9
+ ## 6.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - bfa0a51: Update swc_core to v13
14
+
15
+ ## 6.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - b8c4e6c: Update swc_core to v12
20
+
3
21
  ## 6.1.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
+ ## 6.3.1
6
+
7
+ ### Patch Changes
8
+
9
+ - 04465bc: Update swc_core to v14.0.0, really
10
+
11
+ ## 6.3.0
12
+
13
+ ### Minor Changes
14
+
15
+ - bfa0a51: Update swc_core to v13
16
+
17
+ ## 6.2.0
18
+
19
+ ### Minor Changes
20
+
21
+ - b8c4e6c: Update swc_core to v12
22
+
5
23
  ## 6.1.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.1.0",
3
+ "version": "6.3.1",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file