Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 26, 2023
1 parent 1f90bcc commit 077e10e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swc-plugin-vue-jsx",
"description": "SWC plugin for transforming Vue JSX.",
"version": "0.2.4",
"version": "0.2.5",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/swc-plugin-vue-jsx",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "swc-plugin-vue-jsx"
description = "SWC plugin for transforming Vue JSX."
version = "0.2.4"
version = "0.2.5"
authors = ["Pig Fang <g-plane@hotmail.com>"]
license = "MIT"
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"
Expand Down
2 changes: 1 addition & 1 deletion visitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "swc-vue-jsx-visitor"
description = "SWC visitor for transforming Vue JSX."
version = "0.2.4"
version = "0.2.5"
authors = ["Pig Fang <g-plane@hotmail.com>"]
license = "MIT"
repository = "https://github.com/g-plane/swc-plugin-vue-jsx"
Expand Down

0 comments on commit 077e10e

Please sign in to comment.