@swc/plugin-jest 9.1.0 → 10.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,35 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 25e0c2c: Update swc_core to v46.0.0
8
+
9
+ ## 9.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c324a59: Update swc_core to v45
14
+
15
+ ## 9.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8bad98d: Update swc_core to v44
20
+
21
+ ## 9.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 47be132: Update swc_core to v42
26
+
27
+ ## 9.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 0c9d7a1: build: Update swc_core to v39.0.0
32
+
3
33
  ## 9.1.0
4
34
 
5
35
  ### Minor Changes
package/README.md CHANGED
@@ -2,6 +2,36 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 10.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - 25e0c2c: Update swc_core to v46.0.0
10
+
11
+ ## 9.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - c324a59: Update swc_core to v45
16
+
17
+ ## 9.4.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 8bad98d: Update swc_core to v44
22
+
23
+ ## 9.3.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 47be132: Update swc_core to v42
28
+
29
+ ## 9.2.0
30
+
31
+ ### Minor Changes
32
+
33
+ - 0c9d7a1: build: Update swc_core to v39.0.0
34
+
5
35
  ## 9.1.0
6
36
 
7
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "9.1.0",
3
+ "version": "10.0.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "provenance": true
7
+ },
4
8
  "description": "SWC plugin for jest",
5
9
  "main": "swc_plugin_jest.wasm",
6
10
  "homepage": "https://swc.rs",
Binary file