Skip to content

Commit df2969d

Browse files
committed
2.9.0
1 parent 2493694 commit df2969d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "MIT"
88
name = "swc-plugin-inferno"
99
repository = "https://github.com/infernojs/swc-plugin-inferno.git"
10-
version = "2.8.0"
10+
version = "2.9.0"
1111

1212
[lib]
1313
crate-type = ["cdylib", "rlib"]

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-plugin-inferno",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Inferno JSX plugin for SWC `@swc/core`",
55
"main": "swc_plugin_inferno.wasm",
66
"files": [

0 commit comments

Comments
 (0)