From 2d736aa8d1005ef4943a5dc1c4254a811d796708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Thu, 26 Dec 2024 13:23:04 +0200 Subject: [PATCH] 2.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0ba526..4ffdd4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1417,7 +1417,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swc-plugin-inferno" -version = "2.0.0" +version = "2.1.0" dependencies = [ "base64 0.22.1", "rayon", diff --git a/Cargo.toml b/Cargo.toml index 96e4f9e..3c51a85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "MIT" name = "swc-plugin-inferno" repository = "https://github.com/infernojs/swc-plugin-inferno.git" -version = "2.0.0" +version = "2.1.0" [lib] crate-type = ["cdylib", "rlib"] diff --git a/package.json b/package.json index 9b2feee..b9fcb8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swc-plugin-inferno", - "version": "2.0.0", + "version": "2.1.0", "description": "Inferno JSX plugin for SWC `@swc/core`", "main": "swc_plugin_inferno.wasm", "files": [