Skip to content

Commit

Permalink
chore(main): release 0.1.33 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored Jan 1, 2025
1 parent c39fb7b commit bcfd118
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.32"
".": "0.1.33"
}
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.33](https://github.com/tekumara/typos-lsp/compare/v0.1.32...v0.1.33) (2025-01-01)


### Features

* **typos:** version 1.29.0 - December 2024 dictionary update ([#149](https://github.com/tekumara/typos-lsp/issues/149)) ([bec9f96](https://github.com/tekumara/typos-lsp/commit/bec9f96830e2f5bfa1cbeddda9f9b6750f34a3c0))


### Chores

* **deps-dev:** bump the vscode group with 7 updates ([#148](https://github.com/tekumara/typos-lsp/issues/148)) ([2269a5d](https://github.com/tekumara/typos-lsp/commit/2269a5ded70ae29bc0e9f6432e3fd44179924da9))
* **deps:** bump the lsp group with 6 updates ([#150](https://github.com/tekumara/typos-lsp/issues/150)) ([c39fb7b](https://github.com/tekumara/typos-lsp/commit/c39fb7b4849063c35696b7dfee3a52ded269caaf))

## [0.1.32](https://github.com/tekumara/typos-lsp/compare/v0.1.31...v0.1.32) (2024-12-20)


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

0 comments on commit bcfd118

Please sign in to comment.