@swc/plugin-noop 1.5.111 → 1.5.112

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,11 @@
1
1
  # @swc/plugin-noop
2
2
 
3
+ ## 1.5.112
4
+
5
+ ### Patch Changes
6
+
7
+ - 4ef0b7f: Add changelog to the readme
8
+
3
9
  ## 1.5.111
4
10
 
5
11
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -5,7 +5,7 @@ edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  name = "swc_plugin_noop"
7
7
  publish = false
8
- version = "0.17.0"
8
+ version = "0.18.0"
9
9
 
10
10
  [lib]
11
11
  crate-type = ["cdylib", "rlib"]
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @swc/plugin-noop
2
+
3
+ # @swc/plugin-noop
4
+
5
+ ## 1.5.112
6
+
7
+ ### Patch Changes
8
+
9
+ - 4ef0b7f: Add changelog to the readme
10
+
11
+ ## 1.5.111
12
+
13
+ ### Patch Changes
14
+
15
+ - 4e72680: swc_core@0.88.0
16
+
17
+ ## 1.5.110
18
+
19
+ ### Patch Changes
20
+
21
+ - 16bb4d8: swc_core@0.82.x
package/README.md.tmpl ADDED
@@ -0,0 +1,3 @@
1
+ # @swc/plugin-noop
2
+
3
+ ${CHANGELOG}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-noop",
3
- "version": "1.5.111",
3
+ "version": "1.5.112",
4
4
  "description": "Noop SWC plugin, for debugging",
5
5
  "main": "swc_plugin_noop.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file