From 0269511f2609127bdc881b268b1c1d6576f16500 Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:25:41 +1000 Subject: [PATCH] chore(main): release 0.1.27 (#121) :robot: I have created a release *beep* *boop* --- ## [0.1.27](https://github.com/tekumara/typos-lsp/compare/v0.1.26...v0.1.27) (2024-10-03) ### Features * typos 1.25.0 September 2024 dictionary ([#120](https://github.com/tekumara/typos-lsp/issues/120)) ([cfc1c3f](https://github.com/tekumara/typos-lsp/commit/cfc1c3ff613ebc4978455cb79a4e59ef7c72ddc0)) * **vscode:** publish the x86_64 musl target ([1bde263](https://github.com/tekumara/typos-lsp/commit/1bde263145de2a7f69b9bdd5f840122c06127147)), closes [#112](https://github.com/tekumara/typos-lsp/issues/112) ### Chores * **deps-dev:** bump the vscode group with 10 updates ([#118](https://github.com/tekumara/typos-lsp/issues/118)) ([3b09555](https://github.com/tekumara/typos-lsp/commit/3b0955597b3aafcdd3a11531172a18fbd4f232ea)) * **deps:** bump the lsp group with 3 updates ([#119](https://github.com/tekumara/typos-lsp/issues/119)) ([949fe96](https://github.com/tekumara/typos-lsp/commit/949fe967360beb3e06823543362fcc2bc7449fe2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- crates/typos-lsp/Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f06a9c..fb4a2b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.26" + ".": "0.1.27" } diff --git a/CHANGELOG.md b/CHANGELOG.md index da77ac3..8951975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.27](https://github.com/tekumara/typos-lsp/compare/v0.1.26...v0.1.27) (2024-10-03) + + +### Features + +* typos 1.25.0 September 2024 dictionary ([#120](https://github.com/tekumara/typos-lsp/issues/120)) ([cfc1c3f](https://github.com/tekumara/typos-lsp/commit/cfc1c3ff613ebc4978455cb79a4e59ef7c72ddc0)) +* **vscode:** publish the x86_64 musl target ([1bde263](https://github.com/tekumara/typos-lsp/commit/1bde263145de2a7f69b9bdd5f840122c06127147)), closes [#112](https://github.com/tekumara/typos-lsp/issues/112) + + +### Chores + +* **deps-dev:** bump the vscode group with 10 updates ([#118](https://github.com/tekumara/typos-lsp/issues/118)) ([3b09555](https://github.com/tekumara/typos-lsp/commit/3b0955597b3aafcdd3a11531172a18fbd4f232ea)) +* **deps:** bump the lsp group with 3 updates ([#119](https://github.com/tekumara/typos-lsp/issues/119)) ([949fe96](https://github.com/tekumara/typos-lsp/commit/949fe967360beb3e06823543362fcc2bc7449fe2)) + ## [0.1.26](https://github.com/tekumara/typos-lsp/compare/v0.1.24...v0.1.25) (2024-09-23) diff --git a/Cargo.lock b/Cargo.lock index 051babc..cce2edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,7 +1499,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.26" +version = "0.1.27" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index e50d06f..db6acf1 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.26" +version = "0.1.27" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 4b29d8c..b681b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.26", + "version": "0.1.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.26", + "version": "0.1.27", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index 6c82798..f2f2bd6 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.26", + "version": "0.1.27", "private": true, "icon": "images/typos.png", "repository": {