Skip to content

Commit

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


##
[0.1.17](v0.1.16...v0.1.17)
(2024-04-08)


### Features

* check vscode source control commit messages
([53d3bf5](53d3bf5)),
closes [#59](#59)
* support extend-ignore-re config field
([1a03b6f](1a03b6f)),
closes [#55](#55)
* typos 1.20.4 Mar 2024 dictionary
([4a559ff](4a559ff))


### Chores

* **deps-dev:** bump the vscode group with 4 updates
([#57](#57))
([c1b26fe](c1b26fe))
* **deps:** bump the lsp group with 1 update
([#56](#56))
([40190c6](40190c6))

---
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: Oliver Mannion <[email protected]>
Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
  • Loading branch information
potatobot-prime[bot] and tekumara authored Apr 8, 2024
1 parent 6a37ebc commit e7acbbb
Show file tree
Hide file tree
Showing 6 changed files with 21 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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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)
* support extend-ignore-re config field ([1a03b6f](https://github.com/tekumara/typos-lsp/commit/1a03b6ff84d6cb2e85ddb8eb925445446b3bff8a)), closes [#55](https://github.com/tekumara/typos-lsp/issues/55)
* 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 e7acbbb

Please sign in to comment.