Skip to content

Commit 35e9f85

Browse files
committed
Version 1.8.1
1 parent 8958c4c commit 35e9f85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

autocorrect-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "autocorrect-cli"
88
readme = "../README.md"
99
repository = "https://github.com/huacnlee/autocorrect"
10-
version = "1.8.0"
10+
version = "1.8.1"
1111

1212
[[bin]]
1313
name = "autocorrect"

autocorrect-wasm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
edition = "2021"
33
name = "autocorrect-wasm"
4-
version = "1.8.0"
4+
version = "1.8.1"
55

66
[lib]
77
crate-type = ["cdylib", "rlib"]
88

99
[dependencies]
10-
autocorrect = {path = "../autocorrect", version = ">=1.8.0"}
10+
autocorrect = {path = "../autocorrect", version = ">=1.8.1"}
1111
serde = {version = "1.0.127", features = ["derive"]}
1212
serde_json = "1.0.66"
1313
wasm-bindgen = {version = "0.2.80", features = ["serde-serialize"]}

autocorrect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "autocorrect"
99
readme = "../README.md"
1010
repository = "https://github.com/huacnlee/autocorrect"
11-
version = "1.8.0"
11+
version = "1.8.1"
1212

1313
[lib]
1414
name = "autocorrect"

example/yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2095,8 +2095,8 @@ lodash@^4.17.11, lodash@^4.17.14:
20952095
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
20962096

20972097
loglevel@^1.6.8:
2098-
version "1.8.0"
2099-
resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114"
2098+
version "1.8.1"
2099+
resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114"
21002100
integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==
21012101

21022102
lru-cache@^5.1.1:

0 commit comments

Comments
 (0)