diff --git a/ecmascript/parser/Cargo.toml b/ecmascript/parser/Cargo.toml index 26bc040adb4ea..ebfe6939cefe4 100644 --- a/ecmascript/parser/Cargo.toml +++ b/ecmascript/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swc_ecma_parser" -version = "0.18.0" +version = "0.18.1" authors = ["강동윤 "] license = "Apache-2.0/MIT" repository = "https://github.com/swc-project/swc.git"