From b18f1351ed24d89547afe8f5f1b0c40232537f27 Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:13:36 +1000 Subject: [PATCH] chore(main): release 0.1.20 (#89) :robot: I have created a release *beep* *boop* --- ## [0.1.20](https://github.com/tekumara/typos-lsp/compare/v0.1.19...v0.1.20) (2024-07-09) ### Features * typos 1.23.0 June 2024 dictionary ([2a497b0](https://github.com/tekumara/typos-lsp/commit/2a497b0830343a5aaae8232f56356aa5a5cd9c2c)) ### Chores * **deps-dev:** bump the vscode group with 9 updates ([#85](https://github.com/tekumara/typos-lsp/issues/85)) ([b47092a](https://github.com/tekumara/typos-lsp/commit/b47092a19e632433b134f615b6fd6bada225b3e9)) * **deps:** bump the lsp group with 3 updates ([#84](https://github.com/tekumara/typos-lsp/issues/84)) ([d69f3c7](https://github.com/tekumara/typos-lsp/commit/d69f3c79d66cdbbab92824be6e1300ec8d7ced14)) * **deps:** bump typos-cli from 1.22.7 to 1.22.9 ([#83](https://github.com/tekumara/typos-lsp/issues/83)) ([68136cb](https://github.com/tekumara/typos-lsp/commit/68136cb64fb56064520ee46591cb941b12ea769f)) * **deps:** bump typos-cli from 1.23.0 to 1.23.1 ([#88](https://github.com/tekumara/typos-lsp/issues/88)) ([64c6ec5](https://github.com/tekumara/typos-lsp/commit/64c6ec5f6ade75194212430fdc058d269752990a)) --- 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> Co-authored-by: Oliver Mannion <125105+tekumara@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- crates/typos-lsp/Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 170cd46..7f26ba9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.19" + ".": "0.1.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fe060..2e7fa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.20](https://github.com/tekumara/typos-lsp/compare/v0.1.19...v0.1.20) (2024-07-09) + + +### Features + +* typos 1.23.0 June 2024 dictionary ([2a497b0](https://github.com/tekumara/typos-lsp/commit/2a497b0830343a5aaae8232f56356aa5a5cd9c2c)) + + +### Chores + +* **deps-dev:** bump the vscode group with 9 updates ([#85](https://github.com/tekumara/typos-lsp/issues/85)) ([b47092a](https://github.com/tekumara/typos-lsp/commit/b47092a19e632433b134f615b6fd6bada225b3e9)) +* **deps:** bump the lsp group with 3 updates ([#84](https://github.com/tekumara/typos-lsp/issues/84)) ([d69f3c7](https://github.com/tekumara/typos-lsp/commit/d69f3c79d66cdbbab92824be6e1300ec8d7ced14)) +* **deps:** bump typos-cli from 1.22.7 to 1.22.9 ([#83](https://github.com/tekumara/typos-lsp/issues/83)) ([68136cb](https://github.com/tekumara/typos-lsp/commit/68136cb64fb56064520ee46591cb941b12ea769f)) +* **deps:** bump typos-cli from 1.23.0 to 1.23.1 ([#88](https://github.com/tekumara/typos-lsp/issues/88)) ([64c6ec5](https://github.com/tekumara/typos-lsp/commit/64c6ec5f6ade75194212430fdc058d269752990a)) + ## [0.1.19](https://github.com/tekumara/typos-lsp/compare/v0.1.18...v0.1.19) (2024-06-16) diff --git a/Cargo.lock b/Cargo.lock index b8e2480..fe1a0f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 935d0ca..5e31707 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.19" +version = "0.1.20" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index facc2e5..14e0451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.19", + "version": "0.1.20", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index bbfcd75..b6b6439 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.19", + "version": "0.1.20", "private": true, "icon": "images/typos.png", "repository": {