Skip to content

Commit 9172c23

Browse files
chore(main): release 0.1.46 (#265)
🤖 I have created a release *beep* *boop* --- ## [0.1.46](v0.1.45...v0.1.46) (2025-12-06) ### Features * **typos:** version ([#247](#247)) ([a7c3330](a7c3330)) * **typos:** version ([#248](#248)) ([12d3322](12d3322)) * **typos:** version ([#250](#250)) ([8b1bc05](8b1bc05)) * **typos:** version 1.40.0 - November 2025 dictionary update ([#266](#266)) ([0b4f245](0b4f245)) ### Chores * **deps-dev:** bump @types/node from 24.9.1 to 24.9.2 in the vscode group ([#262](#262)) ([bad60f8](bad60f8)) * **deps-dev:** bump the vscode group with 10 updates ([#264](#264)) ([64572c8](64572c8)) * **deps-dev:** bump the vscode group with 4 updates ([#255](#255)) ([35c36bf](35c36bf)) * **deps-dev:** bump the vscode group with 4 updates ([#260](#260)) ([1e8593c](1e8593c)) * **deps-dev:** bump the vscode group with 4 updates ([#267](#267)) ([f0b27ee](f0b27ee)) * **deps:** bump bstr from 1.12.0 to 1.12.1 ([#258](#258)) ([5676e67](5676e67)) * **deps:** bump env_logger from 0.11.6 to 0.11.8 ([#249](#249)) ([01bcb72](01bcb72)) * **deps:** bump ignore from 0.4.23 to 0.4.24 ([#256](#256)) ([434dc3d](434dc3d)) * **deps:** bump ignore from 0.4.24 to 0.4.25 in the lsp group ([#261](#261)) ([f17210e](f17210e)) * **deps:** bump matchit from 0.8.6 to 0.9.0 ([#259](#259)) ([89d792d](89d792d)) * **deps:** bump regex from 1.11.3 to 1.12.1 ([#252](#252)) ([c68dbe2](c68dbe2)) * **deps:** bump regex from 1.12.1 to 1.12.2 ([#253](#253)) ([eddab32](eddab32)) * **deps:** bump the lsp group with 3 updates ([#263](#263)) ([6988f23](6988f23)) * **deps:** bump tokio from 1.47.1 to 1.48.0 ([#254](#254)) ([501ebc8](501ebc8)) ### Builds * **auto-merge:** fix missing version in PR title ([81fdb70](81fdb70)) * **dependabot:** allow typos* ([4a0c6ae](4a0c6ae)) * **dependabot:** don't check non typos deps daily ([8e31f78](8e31f78)) * **dependabot:** try ignore * for daily updates ([41de3b4](41de3b4)) --- 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>
1 parent f0b27ee commit 9172c23

File tree

6 files changed

+42
-6
lines changed

6 files changed

+42
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.45"
2+
".": "0.1.46"
33
}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [0.1.46](https://github.com/tekumara/typos-lsp/compare/v0.1.45...v0.1.46) (2025-12-06)
4+
5+
6+
### Features
7+
8+
* **typos:** version ([#247](https://github.com/tekumara/typos-lsp/issues/247)) ([a7c3330](https://github.com/tekumara/typos-lsp/commit/a7c333035bf89451945a44ca669d224e39a85b4d))
9+
* **typos:** version ([#248](https://github.com/tekumara/typos-lsp/issues/248)) ([12d3322](https://github.com/tekumara/typos-lsp/commit/12d3322a902fa49a5308e5b06f0c6d4152f76cf4))
10+
* **typos:** version ([#250](https://github.com/tekumara/typos-lsp/issues/250)) ([8b1bc05](https://github.com/tekumara/typos-lsp/commit/8b1bc0530eb36012a03462127ef9eb35b39f47ba))
11+
* **typos:** version 1.40.0 - November 2025 dictionary update ([#266](https://github.com/tekumara/typos-lsp/issues/266)) ([0b4f245](https://github.com/tekumara/typos-lsp/commit/0b4f245e4e57816df5afd17866cac76c01922e8c))
12+
13+
14+
### Chores
15+
16+
* **deps-dev:** bump @types/node from 24.9.1 to 24.9.2 in the vscode group ([#262](https://github.com/tekumara/typos-lsp/issues/262)) ([bad60f8](https://github.com/tekumara/typos-lsp/commit/bad60f8b141012523bbecd3a6752cd7802a04e5f))
17+
* **deps-dev:** bump the vscode group with 10 updates ([#264](https://github.com/tekumara/typos-lsp/issues/264)) ([64572c8](https://github.com/tekumara/typos-lsp/commit/64572c8b9b99fc8dce0d2c02e9746a8434106508))
18+
* **deps-dev:** bump the vscode group with 4 updates ([#255](https://github.com/tekumara/typos-lsp/issues/255)) ([35c36bf](https://github.com/tekumara/typos-lsp/commit/35c36bf97820873a0141ba40fa7eb30dd56934f8))
19+
* **deps-dev:** bump the vscode group with 4 updates ([#260](https://github.com/tekumara/typos-lsp/issues/260)) ([1e8593c](https://github.com/tekumara/typos-lsp/commit/1e8593ca4f2f9903d23493de92602a430fbc5d75))
20+
* **deps-dev:** bump the vscode group with 4 updates ([#267](https://github.com/tekumara/typos-lsp/issues/267)) ([f0b27ee](https://github.com/tekumara/typos-lsp/commit/f0b27ee2e4be73be5738573b5944fe94d84f5c3c))
21+
* **deps:** bump bstr from 1.12.0 to 1.12.1 ([#258](https://github.com/tekumara/typos-lsp/issues/258)) ([5676e67](https://github.com/tekumara/typos-lsp/commit/5676e67b15038acd3efc9517d225b6a47b4017b6))
22+
* **deps:** bump env_logger from 0.11.6 to 0.11.8 ([#249](https://github.com/tekumara/typos-lsp/issues/249)) ([01bcb72](https://github.com/tekumara/typos-lsp/commit/01bcb722ea14c9e3a284924315e16be93252f812))
23+
* **deps:** bump ignore from 0.4.23 to 0.4.24 ([#256](https://github.com/tekumara/typos-lsp/issues/256)) ([434dc3d](https://github.com/tekumara/typos-lsp/commit/434dc3de00c1f584f13d21677faf2bfc771791fc))
24+
* **deps:** bump ignore from 0.4.24 to 0.4.25 in the lsp group ([#261](https://github.com/tekumara/typos-lsp/issues/261)) ([f17210e](https://github.com/tekumara/typos-lsp/commit/f17210e3ec6773e6e2c1f01fd69cd13b3df63b8e))
25+
* **deps:** bump matchit from 0.8.6 to 0.9.0 ([#259](https://github.com/tekumara/typos-lsp/issues/259)) ([89d792d](https://github.com/tekumara/typos-lsp/commit/89d792d34903973a3ab69586bd0b035aedda0922))
26+
* **deps:** bump regex from 1.11.3 to 1.12.1 ([#252](https://github.com/tekumara/typos-lsp/issues/252)) ([c68dbe2](https://github.com/tekumara/typos-lsp/commit/c68dbe219c2e8d1a57ea1758d616cfd2ba073ac1))
27+
* **deps:** bump regex from 1.12.1 to 1.12.2 ([#253](https://github.com/tekumara/typos-lsp/issues/253)) ([eddab32](https://github.com/tekumara/typos-lsp/commit/eddab32ef12d0a9b84d009de36ee297a40c9428a))
28+
* **deps:** bump the lsp group with 3 updates ([#263](https://github.com/tekumara/typos-lsp/issues/263)) ([6988f23](https://github.com/tekumara/typos-lsp/commit/6988f2395bdc0dcfba0ba63a1baa4dea93e6b8ef))
29+
* **deps:** bump tokio from 1.47.1 to 1.48.0 ([#254](https://github.com/tekumara/typos-lsp/issues/254)) ([501ebc8](https://github.com/tekumara/typos-lsp/commit/501ebc87fef0f6566c1faa6d1f01acbe89fe6861))
30+
31+
32+
### Builds
33+
34+
* **auto-merge:** fix missing version in PR title ([81fdb70](https://github.com/tekumara/typos-lsp/commit/81fdb708e4ce030b849055bd1c09afff468a96d5))
35+
* **dependabot:** allow typos* ([4a0c6ae](https://github.com/tekumara/typos-lsp/commit/4a0c6ae0967a9a16c6aefe27b45499846cf06070))
36+
* **dependabot:** don't check non typos deps daily ([8e31f78](https://github.com/tekumara/typos-lsp/commit/8e31f78012c63b6ef278f6f8b2cd39fd71a720dd))
37+
* **dependabot:** try ignore * for daily updates ([41de3b4](https://github.com/tekumara/typos-lsp/commit/41de3b43d417b63cac665e70cb3ad4dce0e03a83))
38+
339
## [0.1.45](https://github.com/tekumara/typos-lsp/compare/v0.1.44...v0.1.45) (2025-10-02)
440

541

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typos-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-lsp"
3-
version = "0.1.45"
3+
version = "0.1.46"
44
edition = "2021"
55
repository = "https://github.com/tekumara/typos-lsp"
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Typos spell checker",
44
"description": "Low false-positive source code spell checker",
55
"publisher": "tekumara",
6-
"version": "0.1.45",
6+
"version": "0.1.46",
77
"private": true,
88
"icon": "images/typos.png",
99
"repository": {

0 commit comments

Comments
 (0)