diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb4a2b8..83f79df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.27" + ".": "0.1.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8951975..633d5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.28](https://github.com/tekumara/typos-lsp/compare/v0.1.27...v0.1.28) (2024-11-02) + + +### Features + +* typos-cli 1.27.0 October 2024 dictionary ([#129](https://github.com/tekumara/typos-lsp/issues/129)) ([10faf25](https://github.com/tekumara/typos-lsp/commit/10faf25be75eb6e7ecd9752675b7bde9aa405bf1)) + + +### Chores + +* **deps-dev:** bump the vscode group with 9 updates ([#127](https://github.com/tekumara/typos-lsp/issues/127)) ([f798802](https://github.com/tekumara/typos-lsp/commit/f79880289f8cc918d73ec27826d5f897a665ffdf)) +* **deps:** bump the lsp group with 6 updates ([#126](https://github.com/tekumara/typos-lsp/issues/126)) ([f3434b7](https://github.com/tekumara/typos-lsp/commit/f3434b718897d74f3e7bc3209f02ca6d712e6a3c)) + ## [0.1.27](https://github.com/tekumara/typos-lsp/compare/v0.1.26...v0.1.27) (2024-10-03) diff --git a/Cargo.lock b/Cargo.lock index eb28d06..f25d734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.27" +version = "0.1.28" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 62e499d..8c5db86 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.27" +version = "0.1.28" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 9eb9a06..7e329db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.27", + "version": "0.1.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.27", + "version": "0.1.28", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index eeb658f..7bbc8d0 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.27", + "version": "0.1.28", "private": true, "icon": "images/typos.png", "repository": {