Skip to content

Commit

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


##
[0.1.32](v0.1.31...v0.1.32)
(2024-12-20)


### Features

* **typos:** version 1.28.3
([#143](#143))
([084b00d](084b00d))
* **typos:** version 1.28.4
([#144](#144))
([4f3c534](4f3c534))


### Builds

* **auto-merge:** simplify
([40b75b7](40b75b7))
* **cargo:** remove deprecated ar field
([7d2cef0](7d2cef0))
* **release-please:** add ci section
([ec41340](ec41340))
* **release:** add `aarch64-unknown-linux-musl`
([#146](#146))
([7bf3266](7bf3266))
* **release:** use musl binary in linux-arm64 vsix
([5ccec8f](5ccec8f))

---
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 Dec 20, 2024
1 parent ec41340 commit 9b4500a
Show file tree
Hide file tree
Showing 6 changed files with 23 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.31"
".": "0.1.32"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* **typos:** version 1.28.3 ([#143](https://github.com/tekumara/typos-lsp/issues/143)) ([084b00d](https://github.com/tekumara/typos-lsp/commit/084b00dd89f52aadebefb8fd94aeb342bfa14ba7))
* **typos:** version 1.28.4 ([#144](https://github.com/tekumara/typos-lsp/issues/144)) ([4f3c534](https://github.com/tekumara/typos-lsp/commit/4f3c534b2cc91993dd11c317734edfd0c6d7579e))


### Builds

* **auto-merge:** simplify ([40b75b7](https://github.com/tekumara/typos-lsp/commit/40b75b7e19b0afce04e68a08a5c18dcfc6d70529))
* **cargo:** remove deprecated ar field ([7d2cef0](https://github.com/tekumara/typos-lsp/commit/7d2cef0f5fcb35895bcf9d672778e5bbf9b70d24))
* **release-please:** add ci section ([ec41340](https://github.com/tekumara/typos-lsp/commit/ec4134059f1c745c3e76f6509485a0f84087db1e))
* **release:** add `aarch64-unknown-linux-musl` ([#146](https://github.com/tekumara/typos-lsp/issues/146)) ([7bf3266](https://github.com/tekumara/typos-lsp/commit/7bf326681d42f7d178bc25a64b90e92175952c1d))
* **release:** use musl binary in linux-arm64 vsix ([5ccec8f](https://github.com/tekumara/typos-lsp/commit/5ccec8fc852fe0906940e722b8e9c8bfc885e317))

## [0.1.31](https://github.com/tekumara/typos-lsp/compare/v0.1.30...v0.1.31) (2024-12-07)


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

0 comments on commit 9b4500a

Please sign in to comment.