Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#1)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2023-04-30)


### Features

* Initial release with diagnostics and quick fixes


### Miscellaneous Chores

* release 0.1.0
([0d86be4](0d86be4))

---
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 30, 2023
1 parent 0d86be4 commit fb0052a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.0.1",
"version": "0.1.0",
"private": true,
"repository": {
"url": "https://github.com/tekumara/typos-vscode.git",
Expand Down

0 comments on commit fb0052a

Please sign in to comment.