Skip to content

Commit

Permalink
chore(main): release typos-vscode 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored May 3, 2023
1 parent fbbe6e5 commit ab3672f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.1",
".": "0.1.0",
"crates/typos-lsp": "0.1.1"
}
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
# Changelog

## [0.1.0](https://github.com/tekumara/typos-vscode/compare/typos-vscode-v0.1.1...typos-vscode-v0.1.0) (2023-05-03)


### 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))
* npm lints + test ([77a832a](https://github.com/tekumara/typos-vscode/commit/77a832a824b016f196764bb6586c5d6947744b1d))
* 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))

## 0.1.1 (2023-05-01)


### Features

* Initial release with diagnostics and quick fixes

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Typos",
"publisher": "tekumara",
"description": "Source code spell checker",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"repository": {
"url": "https://github.com/tekumara/typos-vscode.git",
Expand Down

0 comments on commit ab3672f

Please sign in to comment.