@swc/plugin-jest 4.0.0 → 5.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
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f3cea5f: Bump versions
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - a73664c: Update swc_core to v6.0.2
14
+
15
+ ## 5.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - 4ad7f56: Update swc_core to v5
20
+
3
21
  ## 4.0.0
4
22
 
5
23
  ### Major Changes
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 5.0.2
6
+
7
+ ### Patch Changes
8
+
9
+ - f3cea5f: Bump versions
10
+
11
+ ## 5.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - a73664c: Update swc_core to v6.0.2
16
+
17
+ ## 5.0.0
18
+
19
+ ### Major Changes
20
+
21
+ - 4ad7f56: Update swc_core to v5
22
+
5
23
  ## 4.0.0
6
24
 
7
25
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "4.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file