From 59e3b651942d58c11f562bc9dc0752adf3a5e20d Mon Sep 17 00:00:00 2001 From: "potatobot-prime[bot]" <132267321+potatobot-prime[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:39:29 +1000 Subject: [PATCH] chore(main): release 0.1.3 (#9) :robot: I have created a release *beep* *boop* --- ## [0.1.3](https://github.com/tekumara/typos-vscode/compare/v0.1.2...v0.1.3) (2023-08-15) ### Features * support config files (typos.toml etc.) ([#8](https://github.com/tekumara/typos-vscode/issues/8)) ([f16a143](https://github.com/tekumara/typos-vscode/commit/f16a143ab660969e2162b8eb2d388f87a041ec59)), closes [#6](https://github.com/tekumara/typos-vscode/issues/6) * typos 1.16.5 ([29e2eac](https://github.com/tekumara/typos-vscode/commit/29e2eacc78406d648b422c21b6349eaadfa97007)) ### Bug Fixes * config files are now used on windows ([35080b3](https://github.com/tekumara/typos-vscode/commit/35080b374af3674dcc34938fed660333b772a9df)) --- 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 | 13 +++++++++++++ Cargo.lock | 2 +- crates/typos-lsp/Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7bd18..2e8fb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.3](https://github.com/tekumara/typos-vscode/compare/v0.1.2...v0.1.3) (2023-08-15) + + +### Features + +* support config files (typos.toml etc.) ([#8](https://github.com/tekumara/typos-vscode/issues/8)) ([f16a143](https://github.com/tekumara/typos-vscode/commit/f16a143ab660969e2162b8eb2d388f87a041ec59)), closes [#6](https://github.com/tekumara/typos-vscode/issues/6) +* typos 1.16.5 ([29e2eac](https://github.com/tekumara/typos-vscode/commit/29e2eacc78406d648b422c21b6349eaadfa97007)) + + +### Bug Fixes + +* config files are now used on windows ([35080b3](https://github.com/tekumara/typos-vscode/commit/35080b374af3674dcc34938fed660333b772a9df)) + ## [0.1.2](https://github.com/tekumara/typos-vscode/compare/v0.1.1...v0.1.2) (2023-07-29) diff --git a/Cargo.lock b/Cargo.lock index f5ba244..f48847f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1521,7 +1521,7 @@ dependencies = [ [[package]] name = "typos-lsp" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bstr 1.6.0", diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index ce5fc71..45407ba 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-lsp" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 2a23eb2..dcdfedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "vscode-languageclient": "^8.1.0" diff --git a/package.json b/package.json index 355f2ed..96d5ae4 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.2", + "version": "0.1.3", "private": true, "repository": { "url": "https://github.com/tekumara/typos-vscode.git",