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 Apr 20, 2024
1 parent b8e7ce6 commit a3a774f
Show file tree
Hide file tree
Showing 6 changed files with 13 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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* support info as a diagnostic severity ([064c188](https://github.com/tekumara/typos-lsp/commit/064c188821043a5057401cc708b07add37a65854))

## [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 a3a774f

Please sign in to comment.