diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 082a0b8..170cd46 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.18" + ".": "0.1.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c9b7c..19fe060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.19](https://github.com/tekumara/typos-lsp/compare/v0.1.18...v0.1.19) (2024-06-16) + + +### Features + +* typos 1.22.7 May 2024 dictionary ([aab723d](https://github.com/tekumara/typos-lsp/commit/aab723d163194a32aaf51cbb7519b78b234dc44d)) + + +### Chores + +* **deps-dev:** bump the vscode group across 1 directory with 8 updates ([#82](https://github.com/tekumara/typos-lsp/issues/82)) ([320ee54](https://github.com/tekumara/typos-lsp/commit/320ee547b719452fb5b44017a124338f5b003ffc)) +* **deps:** bump the lsp group with 5 updates ([#67](https://github.com/tekumara/typos-lsp/issues/67)) ([1710e72](https://github.com/tekumara/typos-lsp/commit/1710e72372cca6bbb93498684c91bebc97b00fca)) + ## [0.1.18](https://github.com/tekumara/typos-lsp/compare/v0.1.17...v0.1.18) (2024-05-02) diff --git a/Cargo.lock b/Cargo.lock index c90c498..fae5cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.18" +version = "0.1.19" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 4c570c7..ae9e2cf 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.18" +version = "0.1.19" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index ad4025c..131894b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.18", + "version": "0.1.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.18", + "version": "0.1.19", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index 2666b63..0f05d6d 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.18", + "version": "0.1.19", "private": true, "icon": "images/typos.png", "repository": {