Skip to content

Commit

Permalink
chore(main): release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored Apr 8, 2024
1 parent 4a559ff commit f510c95
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.16"
".": "0.1.17"
}
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.17](https://github.com/tekumara/typos-lsp/compare/v0.1.16...v0.1.17) (2024-04-08)


### Features

* check vscode source control commit messages ([53d3bf5](https://github.com/tekumara/typos-lsp/commit/53d3bf5651015d6f4bd2b7c9088dc5845c1884d3)), closes [#59](https://github.com/tekumara/typos-lsp/issues/59)
* typos 1.20.4 Mar 2024 dictionary ([4a559ff](https://github.com/tekumara/typos-lsp/commit/4a559fffce361fca5e68aa822764d85ba3f8bebd))


### Chores

* **deps-dev:** bump the vscode group with 4 updates ([#57](https://github.com/tekumara/typos-lsp/issues/57)) ([c1b26fe](https://github.com/tekumara/typos-lsp/commit/c1b26fe85067d239cdb80ed864bd1b5a6c154109))
* **deps:** bump the lsp group with 1 update ([#56](https://github.com/tekumara/typos-lsp/issues/56)) ([40190c6](https://github.com/tekumara/typos-lsp/commit/40190c6db6c9bf2b8d482e141431d3bf7b1e1c2a))

## [0.1.16](https://github.com/tekumara/typos-lsp/compare/v0.1.15...v0.1.16) (2024-03-26)


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.16"
version = "0.1.17"
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.16",
"version": "0.1.17",
"private": true,
"icon": "images/typos.png",
"repository": {
Expand Down

0 comments on commit f510c95

Please sign in to comment.