From c8c4f03acb1d82f8ab7530dfc61eebc6b865d60d Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:35:45 +0000 Subject: [PATCH] chore(main): release 0.1.16 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.lock | 2 +- crates/typos-lsp/Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 29 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 975afd4..8d8a2b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.15" + ".": "0.1.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a07a3..5d05f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.1.16](https://github.com/tekumara/typos-lsp/compare/v0.1.15...v0.1.16) (2024-03-26) + + +### Features + +* drop vscode Windows 32-bit builds ([d7fedba](https://github.com/tekumara/typos-lsp/commit/d7fedba810fa4288f4adc3524b8028f7341bf299)) +* ignore typos in config files ([1841b4c](https://github.com/tekumara/typos-lsp/commit/1841b4ce12b64cc0000fa25765ad59aad1a37ac1)), closes [#47](https://github.com/tekumara/typos-lsp/issues/47) + + +### Bug Fixes + +* revert back to @types/vscode ^1.77.0 ([a90a48a](https://github.com/tekumara/typos-lsp/commit/a90a48a603b6768716fb0194de48969037406f8a)) + + +### Chores + +* **deps:** bump the lsp group with 1 update ([#46](https://github.com/tekumara/typos-lsp/issues/46)) ([8950859](https://github.com/tekumara/typos-lsp/commit/8950859ded9be8fc08dae577527a651a3888fdaa)) +* **deps:** bump the lsp group with 4 updates ([#50](https://github.com/tekumara/typos-lsp/issues/50)) ([d084fc8](https://github.com/tekumara/typos-lsp/commit/d084fc8e7b1f441cd21d1901631db793c2b8c8de)) +* **deps:** bump the vscode group with 14 updates ([#44](https://github.com/tekumara/typos-lsp/issues/44)) ([2b42b7f](https://github.com/tekumara/typos-lsp/commit/2b42b7fc6830737b933fa61245c4c35385d08ca0)) +* **lsp:** bump the lsp group with 3 updates ([#43](https://github.com/tekumara/typos-lsp/issues/43)) ([9430d0b](https://github.com/tekumara/typos-lsp/commit/9430d0b29c8530f76cac4dc19a4b9e9d48add429)) +* **main:** release 0.1.16 ([#45](https://github.com/tekumara/typos-lsp/issues/45)) ([ef24d2d](https://github.com/tekumara/typos-lsp/commit/ef24d2da0b5dc1833d617529558d5aef14773852)) +* **main:** release 0.1.16 ([#49](https://github.com/tekumara/typos-lsp/issues/49)) ([2b6287c](https://github.com/tekumara/typos-lsp/commit/2b6287c59e43ed27f44032a3f12c48486cc0aa48)) + ## [0.1.15](https://github.com/tekumara/typos-lsp/compare/v0.1.14...v0.1.15) (2024-03-03) diff --git a/Cargo.lock b/Cargo.lock index 57e04d5..f2fb537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.15" +version = "0.1.16" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index a758e19..7891b17 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.15" +version = "0.1.16" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 087c5fa..5131092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.15", + "version": "0.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.15", + "version": "0.1.16", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index d006d44..23acb9e 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.15", + "version": "0.1.16", "private": true, "icon": "images/typos.png", "repository": {