Skip to content

Commit

Permalink
chore(main): release 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored Dec 7, 2024
1 parent 2e0e773 commit de09b51
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.30"
".": "0.1.31"
}
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.31](https://github.com/tekumara/typos-lsp/compare/v0.1.30...v0.1.31) (2024-12-07)


### Features

* **typos:** version 1.28.2 - November 2024 dictionary update ([#140](https://github.com/tekumara/typos-lsp/issues/140)) ([030bf7d](https://github.com/tekumara/typos-lsp/commit/030bf7dc426be28edf09fabfe5972e8027847257))


### Chores

* **deps-dev:** bump the vscode group with 8 updates ([#139](https://github.com/tekumara/typos-lsp/issues/139)) ([2e0e773](https://github.com/tekumara/typos-lsp/commit/2e0e7736eee3b342cb6ad96309d7605369e95af5))

## [0.1.30](https://github.com/tekumara/typos-lsp/compare/v0.1.29...v0.1.30) (2024-11-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.30"
version = "0.1.31"
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.30",
"version": "0.1.31",
"private": true,
"icon": "images/typos.png",
"repository": {
Expand Down

0 comments on commit de09b51

Please sign in to comment.