Skip to content

Commit

Permalink
chore(main): release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored May 2, 2024
1 parent 481b063 commit f0bdbd4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.17"
".": "0.1.18"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.18](https://github.com/tekumara/typos-lsp/compare/v0.1.17...v0.1.18) (2024-05-02)


### Features

* support info as a diagnostic severity ([064c188](https://github.com/tekumara/typos-lsp/commit/064c188821043a5057401cc708b07add37a65854))
* typos 1.21.0 Apr 2024 dictionary ([#65](https://github.com/tekumara/typos-lsp/issues/65)) ([504741b](https://github.com/tekumara/typos-lsp/commit/504741b5bbeb10e47987a7f722d5a8b7adcbf9d9))


### Chores

* **deps-dev:** bump the vscode group with 7 updates ([#63](https://github.com/tekumara/typos-lsp/issues/63)) ([481b063](https://github.com/tekumara/typos-lsp/commit/481b063117101e15a5be02d0464d49134f9b33cf))
* **deps:** bump the lsp group with 6 updates ([#64](https://github.com/tekumara/typos-lsp/issues/64)) ([53a7cc0](https://github.com/tekumara/typos-lsp/commit/53a7cc0484cc5ce8d2db633f010a94919c85b116))

## [0.1.17](https://github.com/tekumara/typos-lsp/compare/v0.1.16...v0.1.17) (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/typos-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typos-lsp"
version = "0.1.17"
version = "0.1.18"
edition = "2021"

[dependencies]
Expand Down
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 spell checker",
"description": "Low false-positive source code spell checker",
"publisher": "tekumara",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"icon": "images/typos.png",
"repository": {
Expand Down

0 comments on commit f0bdbd4

Please sign in to comment.