From 5c1d6fa3be43e8c56bb6d4c0de7b2243b60bcd5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 11:21:23 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..423e423 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 0.1.0 (2023-04-30) + + +### Features + +* add diagnostics ([a69923e](https://github.com/tekumara/typos-vscode/commit/a69923ed20d2a563c8464faa4041fee59259c594)) +* add did_change ([c8f3fa1](https://github.com/tekumara/typos-vscode/commit/c8f3fa1176e60f1d8bdbfda8d5366c2fcd540e99)) +* add did_close ([5ceb15a](https://github.com/tekumara/typos-vscode/commit/5ceb15aa128e0995d29737a8f4ba3ae33fb31df4)) +* add quick fix ([6bc34d8](https://github.com/tekumara/typos-vscode/commit/6bc34d8d678f7f932d0215b782bab432519e4cc6)) +* better error handling + loglevel ([42b36d1](https://github.com/tekumara/typos-vscode/commit/42b36d1cd55cd00b882babacf8c915eefd37f2b9)) +* hello world - initialize with test ([26b91bc](https://github.com/tekumara/typos-vscode/commit/26b91bc01fd1dd809f9758f1428d7be7b01cdab0)) +* restart command + restart when config changes ([22d9eba](https://github.com/tekumara/typos-vscode/commit/22d9eba7b3d7eeb50c00e568b221df5adbd94580)) +* spellcheck untitled docs ([fbcba05](https://github.com/tekumara/typos-vscode/commit/fbcba05b2374bfa2e5d56f3f3ba604b96b8a0a80)) +* support bundled binary ([f980b47](https://github.com/tekumara/typos-vscode/commit/f980b4722e6e79d1bc66b1f505c168746a55dd11)) + + +### Bug Fixes + +* corrections larger than the misspelling ([27f53ef](https://github.com/tekumara/typos-vscode/commit/27f53efe694fe6bdb3576970f352fb28807d9005)) +* suppress code action warning ([cc3dbc0](https://github.com/tekumara/typos-vscode/commit/cc3dbc051bc3cdf8af9cd9ac06abcaad93259c24)) +* trace server ([1f993a6](https://github.com/tekumara/typos-vscode/commit/1f993a6ea7e7543fe7a4e0a6e921491c931df175)) + + +### Miscellaneous Chores + +* release 0.1.0 ([0d86be4](https://github.com/tekumara/typos-vscode/commit/0d86be45688ecbff756e270ab7d9c85392f88d78)) diff --git a/package-lock.json b/package-lock.json index 2f6bff6..d49a4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typos-vscode", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typos-vscode", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "vscode-languageclient": "^8.1.0" diff --git a/package.json b/package.json index 33ad37b..d8db75c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Typos", "publisher": "tekumara", "description": "Source code spell checker", - "version": "0.0.1", + "version": "0.1.0", "private": true, "repository": { "url": "https://github.com/tekumara/typos-vscode.git",