Skip to content

Commit

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


##
[0.1.29](v0.1.28...v0.1.29)
(2024-11-03)


### Bug Fixes

* use node v20 to fix broken release workflow
([869e53f](869e53f))

---
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 3, 2024
1 parent 869e53f commit 3cd06d1
Show file tree
Hide file tree
Showing 6 changed files with 13 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.28"
".": "0.1.29"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.29](https://github.com/tekumara/typos-lsp/compare/v0.1.28...v0.1.29) (2024-11-03)


### Bug Fixes

* use node v20 to fix broken release workflow ([869e53f](https://github.com/tekumara/typos-lsp/commit/869e53f073dc4d511e805d7fab005e8498022cd7))

## [0.1.28](https://github.com/tekumara/typos-lsp/compare/v0.1.27...v0.1.28) (2024-11-02)


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

0 comments on commit 3cd06d1

Please sign in to comment.