From e7acbbbfde3f09a378873a16a380f8fdb01a4d12 Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:21:25 +1000 Subject: [PATCH] chore(main): release 0.1.17 (#58) :robot: I have created a release *beep* *boop* --- ## [0.1.17](https://github.com/tekumara/typos-lsp/compare/v0.1.16...v0.1.17) (2024-04-08) ### Features * check vscode source control commit messages ([53d3bf5](https://github.com/tekumara/typos-lsp/commit/53d3bf5651015d6f4bd2b7c9088dc5845c1884d3)), closes [#59](https://github.com/tekumara/typos-lsp/issues/59) * support extend-ignore-re config field ([1a03b6f](https://github.com/tekumara/typos-lsp/commit/1a03b6ff84d6cb2e85ddb8eb925445446b3bff8a)), closes [#55](https://github.com/tekumara/typos-lsp/issues/55) * typos 1.20.4 Mar 2024 dictionary ([4a559ff](https://github.com/tekumara/typos-lsp/commit/4a559fffce361fca5e68aa822764d85ba3f8bebd)) ### Chores * **deps-dev:** bump the vscode group with 4 updates ([#57](https://github.com/tekumara/typos-lsp/issues/57)) ([c1b26fe](https://github.com/tekumara/typos-lsp/commit/c1b26fe85067d239cdb80ed864bd1b5a6c154109)) * **deps:** bump the lsp group with 1 update ([#56](https://github.com/tekumara/typos-lsp/issues/56)) ([40190c6](https://github.com/tekumara/typos-lsp/commit/40190c6db6c9bf2b8d482e141431d3bf7b1e1c2a)) --- 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: Oliver Mannion <125105+tekumara@users.noreply.github.com> Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@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 8d8a2b5..88efc87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.16" + ".": "0.1.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d05f3d..f2e848d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.17](https://github.com/tekumara/typos-lsp/compare/v0.1.16...v0.1.17) (2024-04-08) + + +### Features + +* check vscode source control commit messages ([53d3bf5](https://github.com/tekumara/typos-lsp/commit/53d3bf5651015d6f4bd2b7c9088dc5845c1884d3)), closes [#59](https://github.com/tekumara/typos-lsp/issues/59) +* support extend-ignore-re config field ([1a03b6f](https://github.com/tekumara/typos-lsp/commit/1a03b6ff84d6cb2e85ddb8eb925445446b3bff8a)), closes [#55](https://github.com/tekumara/typos-lsp/issues/55) +* typos 1.20.4 Mar 2024 dictionary ([4a559ff](https://github.com/tekumara/typos-lsp/commit/4a559fffce361fca5e68aa822764d85ba3f8bebd)) + + +### Chores + +* **deps-dev:** bump the vscode group with 4 updates ([#57](https://github.com/tekumara/typos-lsp/issues/57)) ([c1b26fe](https://github.com/tekumara/typos-lsp/commit/c1b26fe85067d239cdb80ed864bd1b5a6c154109)) +* **deps:** bump the lsp group with 1 update ([#56](https://github.com/tekumara/typos-lsp/issues/56)) ([40190c6](https://github.com/tekumara/typos-lsp/commit/40190c6db6c9bf2b8d482e141431d3bf7b1e1c2a)) + ## [0.1.16](https://github.com/tekumara/typos-lsp/compare/v0.1.15...v0.1.16) (2024-03-26) diff --git a/Cargo.lock b/Cargo.lock index aa11704..0d668b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1517,7 +1517,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "bstr 1.9.1", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index d5aa709..3ffec3a 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.16" +version = "0.1.17" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 18cbb14..cd7d689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.16", + "version": "0.1.17", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index eacba05..11dba5e 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.16", + "version": "0.1.17", "private": true, "icon": "images/typos.png", "repository": {