From 045dacc9f3e9752f0d65ff791c2f92b014cb3871 Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:42:44 +1100 Subject: [PATCH] chore(main): release 0.1.30 (#133) :robot: I have created a release *beep* *boop* --- ## [0.1.30](https://github.com/tekumara/typos-lsp/compare/v0.1.29...v0.1.30) (2024-11-09) ### Features * publish vscode alpine-x64 package ([6088bc1](https://github.com/tekumara/typos-lsp/commit/6088bc16f18e9b42ea3e4d99b8f424a8165a8d12)), closes [#132](https://github.com/tekumara/typos-lsp/issues/132) ### Chores * **deps:** bump typos-cli from 1.27.0 to 1.27.2 ([#131](https://github.com/tekumara/typos-lsp/issues/131)) ([11f549d](https://github.com/tekumara/typos-lsp/commit/11f549d2041dd77fbfe48ea2fd3f935e4bceaebe)) --- 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 | 12 ++++++++++++ Cargo.lock | 2 +- crates/typos-lsp/Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ffed35..93dc0dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.29" + ".": "0.1.30" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 568a9e5..01e646e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.30](https://github.com/tekumara/typos-lsp/compare/v0.1.29...v0.1.30) (2024-11-09) + + +### Features + +* publish vscode alpine-x64 package ([6088bc1](https://github.com/tekumara/typos-lsp/commit/6088bc16f18e9b42ea3e4d99b8f424a8165a8d12)), closes [#132](https://github.com/tekumara/typos-lsp/issues/132) + + +### Chores + +* **deps:** bump typos-cli from 1.27.0 to 1.27.2 ([#131](https://github.com/tekumara/typos-lsp/issues/131)) ([11f549d](https://github.com/tekumara/typos-lsp/commit/11f549d2041dd77fbfe48ea2fd3f935e4bceaebe)) + ## [0.1.29](https://github.com/tekumara/typos-lsp/compare/v0.1.28...v0.1.29) (2024-11-03) diff --git a/Cargo.lock b/Cargo.lock index c4cc296..fc68242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.29" +version = "0.1.30" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 060410c..9f60fb2 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.29" +version = "0.1.30" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 2a87db7..5628959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.29", + "version": "0.1.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.29", + "version": "0.1.30", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index 6e6731b..6d29d9d 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.29", + "version": "0.1.30", "private": true, "icon": "images/typos.png", "repository": {