Skip to content

Commit

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


##
[0.1.20](v0.1.19...v0.1.20)
(2024-07-09)


### Features

* typos 1.23.0 June 2024 dictionary
([2a497b0](2a497b0))


### Chores

* **deps-dev:** bump the vscode group with 9 updates
([#85](#85))
([b47092a](b47092a))
* **deps:** bump the lsp group with 3 updates
([#84](#84))
([d69f3c7](d69f3c7))
* **deps:** bump typos-cli from 1.22.7 to 1.22.9
([#83](#83))
([68136cb](68136cb))
* **deps:** bump typos-cli from 1.23.0 to 1.23.1
([#88](#88))
([64c6ec5](64c6ec5))

---
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>
Co-authored-by: Oliver Mannion <[email protected]>
  • Loading branch information
potatobot-prime[bot] and tekumara authored Jul 9, 2024
1 parent 988da44 commit b18f135
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.19"
".": "0.1.20"
}
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.20](https://github.com/tekumara/typos-lsp/compare/v0.1.19...v0.1.20) (2024-07-09)


### Features

* typos 1.23.0 June 2024 dictionary ([2a497b0](https://github.com/tekumara/typos-lsp/commit/2a497b0830343a5aaae8232f56356aa5a5cd9c2c))


### Chores

* **deps-dev:** bump the vscode group with 9 updates ([#85](https://github.com/tekumara/typos-lsp/issues/85)) ([b47092a](https://github.com/tekumara/typos-lsp/commit/b47092a19e632433b134f615b6fd6bada225b3e9))
* **deps:** bump the lsp group with 3 updates ([#84](https://github.com/tekumara/typos-lsp/issues/84)) ([d69f3c7](https://github.com/tekumara/typos-lsp/commit/d69f3c79d66cdbbab92824be6e1300ec8d7ced14))
* **deps:** bump typos-cli from 1.22.7 to 1.22.9 ([#83](https://github.com/tekumara/typos-lsp/issues/83)) ([68136cb](https://github.com/tekumara/typos-lsp/commit/68136cb64fb56064520ee46591cb941b12ea769f))
* **deps:** bump typos-cli from 1.23.0 to 1.23.1 ([#88](https://github.com/tekumara/typos-lsp/issues/88)) ([64c6ec5](https://github.com/tekumara/typos-lsp/commit/64c6ec5f6ade75194212430fdc058d269752990a))

## [0.1.19](https://github.com/tekumara/typos-lsp/compare/v0.1.18...v0.1.19) (2024-06-16)


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

0 comments on commit b18f135

Please sign in to comment.