Skip to content

Commit

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


##
[0.1.28](v0.1.27...v0.1.28)
(2024-11-02)


### Features

* typos-cli 1.27.0 October 2024 dictionary
([#129](#129))
([10faf25](10faf25))


### Chores

* **deps-dev:** bump the vscode group with 9 updates
([#127](#127))
([f798802](f798802))
* **deps:** bump the lsp group with 6 updates
([#126](#126))
([f3434b7](f3434b7))

---
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 Nov 2, 2024
1 parent 10faf25 commit fc1bcdb
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.27"
".": "0.1.28"
}
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.28](https://github.com/tekumara/typos-lsp/compare/v0.1.27...v0.1.28) (2024-11-02)


### Features

* typos-cli 1.27.0 October 2024 dictionary ([#129](https://github.com/tekumara/typos-lsp/issues/129)) ([10faf25](https://github.com/tekumara/typos-lsp/commit/10faf25be75eb6e7ecd9752675b7bde9aa405bf1))


### Chores

* **deps-dev:** bump the vscode group with 9 updates ([#127](https://github.com/tekumara/typos-lsp/issues/127)) ([f798802](https://github.com/tekumara/typos-lsp/commit/f79880289f8cc918d73ec27826d5f897a665ffdf))
* **deps:** bump the lsp group with 6 updates ([#126](https://github.com/tekumara/typos-lsp/issues/126)) ([f3434b7](https://github.com/tekumara/typos-lsp/commit/f3434b718897d74f3e7bc3209f02ca6d712e6a3c))

## [0.1.27](https://github.com/tekumara/typos-lsp/compare/v0.1.26...v0.1.27) (2024-10-03)


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

0 comments on commit fc1bcdb

Please sign in to comment.