@swc/plugin-jest 5.0.2 → 6.0.2

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.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f155bce: Update swc_core to v9
8
+
9
+ ## 6.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c9e75ce: Bump crate versions
14
+
15
+ ## 6.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - 4574a70: Update swc_core to v8.0.1
20
+
3
21
  ## 5.0.2
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 6.0.2
6
+
7
+ ### Patch Changes
8
+
9
+ - f155bce: Update swc_core to v9
10
+
11
+ ## 6.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - c9e75ce: Bump crate versions
16
+
17
+ ## 6.0.0
18
+
19
+ ### Major Changes
20
+
21
+ - 4574a70: Update swc_core to v8.0.1
22
+
5
23
  ## 5.0.2
6
24
 
7
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "5.0.2",
3
+ "version": "6.0.2",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file