diff --git a/autocorrect-cli/Cargo.toml b/autocorrect-cli/Cargo.toml index 7e6447be..e3ea2195 100644 --- a/autocorrect-cli/Cargo.toml +++ b/autocorrect-cli/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "autocorrect-cli" readme = "../README.md" repository = "https://github.com/huacnlee/autocorrect" -version = "1.8.0" +version = "1.8.1" [[bin]] name = "autocorrect" diff --git a/autocorrect-wasm/Cargo.toml b/autocorrect-wasm/Cargo.toml index f00ef53d..557158f2 100644 --- a/autocorrect-wasm/Cargo.toml +++ b/autocorrect-wasm/Cargo.toml @@ -1,13 +1,13 @@ [package] edition = "2021" name = "autocorrect-wasm" -version = "1.8.0" +version = "1.8.1" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -autocorrect = {path = "../autocorrect", version = ">=1.8.0"} +autocorrect = {path = "../autocorrect", version = ">=1.8.1"} serde = {version = "1.0.127", features = ["derive"]} serde_json = "1.0.66" wasm-bindgen = {version = "0.2.80", features = ["serde-serialize"]} diff --git a/autocorrect/Cargo.toml b/autocorrect/Cargo.toml index 8947e337..082b54ca 100644 --- a/autocorrect/Cargo.toml +++ b/autocorrect/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "autocorrect" readme = "../README.md" repository = "https://github.com/huacnlee/autocorrect" -version = "1.8.0" +version = "1.8.1" [lib] name = "autocorrect" diff --git a/example/yarn.lock b/example/yarn.lock index 6757d8c2..b87d0644 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2095,8 +2095,8 @@ lodash@^4.17.11, lodash@^4.17.14: integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== loglevel@^1.6.8: - version "1.8.0" - resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114" + version "1.8.1" + resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114" integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA== lru-cache@^5.1.1: