Skip to content

Commit

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


##
[0.1.27](v0.1.26...v0.1.27)
(2024-10-03)


### Features

* typos 1.25.0 September 2024 dictionary
([#120](#120))
([cfc1c3f](cfc1c3f))
* **vscode:** publish the x86_64 musl target
([1bde263](1bde263)),
closes [#112](#112)


### Chores

* **deps-dev:** bump the vscode group with 10 updates
([#118](#118))
([3b09555](3b09555))
* **deps:** bump the lsp group with 3 updates
([#119](#119))
([949fe96](949fe96))

---
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 Oct 3, 2024
1 parent 1bde263 commit 0269511
Show file tree
Hide file tree
Showing 6 changed files with 20 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.26"
".": "0.1.27"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* typos 1.25.0 September 2024 dictionary ([#120](https://github.com/tekumara/typos-lsp/issues/120)) ([cfc1c3f](https://github.com/tekumara/typos-lsp/commit/cfc1c3ff613ebc4978455cb79a4e59ef7c72ddc0))
* **vscode:** publish the x86_64 musl target ([1bde263](https://github.com/tekumara/typos-lsp/commit/1bde263145de2a7f69b9bdd5f840122c06127147)), closes [#112](https://github.com/tekumara/typos-lsp/issues/112)


### Chores

* **deps-dev:** bump the vscode group with 10 updates ([#118](https://github.com/tekumara/typos-lsp/issues/118)) ([3b09555](https://github.com/tekumara/typos-lsp/commit/3b0955597b3aafcdd3a11531172a18fbd4f232ea))
* **deps:** bump the lsp group with 3 updates ([#119](https://github.com/tekumara/typos-lsp/issues/119)) ([949fe96](https://github.com/tekumara/typos-lsp/commit/949fe967360beb3e06823543362fcc2bc7449fe2))

## [0.1.26](https://github.com/tekumara/typos-lsp/compare/v0.1.24...v0.1.25) (2024-09-23)


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

0 comments on commit 0269511

Please sign in to comment.