@swc/plugin-jest 9.0.2 → 9.1.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,17 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 9.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a872100: build: Update swc_core to v38
8
+
9
+ ## 9.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 9b08ff7: Update swc_core to v35
14
+
3
15
  ## 9.0.2
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 9.1.0
6
+
7
+ ### Minor Changes
8
+
9
+ - a872100: build: Update swc_core to v38
10
+
11
+ ## 9.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 9b08ff7: Update swc_core to v35
16
+
5
17
  ## 9.0.2
6
18
 
7
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "9.0.2",
3
+ "version": "9.1.0",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file