Skip to content

Commit

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


##
[0.1.21](v0.1.20...v0.1.21)
(2024-07-13)


### Bug Fixes

* Error: Cannot find module 'vscode-languageclient/node'
([4838702](4838702)),
closes [#92](#92)


### Chores

* **deps:** bump typos-cli from 1.23.1 to 1.23.2
([#91](#91))
([e176dd9](e176dd9))

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

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


### Bug Fixes

* Error: Cannot find module 'vscode-languageclient/node' ([4838702](https://github.com/tekumara/typos-lsp/commit/4838702dcd8c86c9696c93cdd7157ac053c1fbc6)), closes [#92](https://github.com/tekumara/typos-lsp/issues/92)


### Chores

* **deps:** bump typos-cli from 1.23.1 to 1.23.2 ([#91](https://github.com/tekumara/typos-lsp/issues/91)) ([e176dd9](https://github.com/tekumara/typos-lsp/commit/e176dd94e6d75bdf05faec45b3c09c39edce3235))

## [0.1.20](https://github.com/tekumara/typos-lsp/compare/v0.1.19...v0.1.20) (2024-07-09)


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

0 comments on commit 71727ab

Please sign in to comment.