Skip to content

Commit

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


##
[0.1.22](v0.1.21...v0.1.22)
(2024-08-03)


### Features

* typos 1.23.6 July 2024 dictionary
([#97](#97))
([1e1d53e](1e1d53e))


### Chores

* **deps-dev:** bump the vscode group with 10 updates
([#96](#96))
([6bb974a](6bb974a))
* **deps:** bump the lsp group with 6 updates
([#98](#98))
([cc0a1ec](cc0a1ec))

---
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: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
  • Loading branch information
potatobot-prime[bot] authored Aug 3, 2024
1 parent 1e1d53e commit c149acc
Show file tree
Hide file tree
Showing 6 changed files with 19 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.21"
".": "0.1.22"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.22](https://github.com/tekumara/typos-lsp/compare/v0.1.21...v0.1.22) (2024-08-03)


### Features

* typos 1.23.6 July 2024 dictionary ([#97](https://github.com/tekumara/typos-lsp/issues/97)) ([1e1d53e](https://github.com/tekumara/typos-lsp/commit/1e1d53e688cbfcaf1ced71eae7543340e0290b84))


### Chores

* **deps-dev:** bump the vscode group with 10 updates ([#96](https://github.com/tekumara/typos-lsp/issues/96)) ([6bb974a](https://github.com/tekumara/typos-lsp/commit/6bb974a17911381f0dd6d2b9faa67d20ded65006))
* **deps:** bump the lsp group with 6 updates ([#98](https://github.com/tekumara/typos-lsp/issues/98)) ([cc0a1ec](https://github.com/tekumara/typos-lsp/commit/cc0a1ece1c260f86858519bcac2c2822af3112f4))

## [0.1.21](https://github.com/tekumara/typos-lsp/compare/v0.1.20...v0.1.21) (2024-07-13)


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

0 comments on commit c149acc

Please sign in to comment.