diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88efc87..082a0b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.17" + ".": "0.1.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e848d..55c9b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.18](https://github.com/tekumara/typos-lsp/compare/v0.1.17...v0.1.18) (2024-05-02) + + +### Features + +* support info as a diagnostic severity ([064c188](https://github.com/tekumara/typos-lsp/commit/064c188821043a5057401cc708b07add37a65854)) +* typos 1.21.0 Apr 2024 dictionary ([#65](https://github.com/tekumara/typos-lsp/issues/65)) ([504741b](https://github.com/tekumara/typos-lsp/commit/504741b5bbeb10e47987a7f722d5a8b7adcbf9d9)) + + +### Chores + +* **deps-dev:** bump the vscode group with 7 updates ([#63](https://github.com/tekumara/typos-lsp/issues/63)) ([481b063](https://github.com/tekumara/typos-lsp/commit/481b063117101e15a5be02d0464d49134f9b33cf)) +* **deps:** bump the lsp group with 6 updates ([#64](https://github.com/tekumara/typos-lsp/issues/64)) ([53a7cc0](https://github.com/tekumara/typos-lsp/commit/53a7cc0484cc5ce8d2db633f010a94919c85b116)) + ## [0.1.17](https://github.com/tekumara/typos-lsp/compare/v0.1.16...v0.1.17) (2024-04-08) diff --git a/Cargo.lock b/Cargo.lock index 191985a..2339c92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.17" +version = "0.1.18" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 84476c1..eb76f80 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.17" +version = "0.1.18" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 8c3cd98..ccdc76e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.17", + "version": "0.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.17", + "version": "0.1.18", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index 5bac933..da358ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Typos spell checker", "description": "Low false-positive source code spell checker", "publisher": "tekumara", - "version": "0.1.17", + "version": "0.1.18", "private": true, "icon": "images/typos.png", "repository": {