Skip to content

Commit

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


##
[0.1.12](v0.1.11...v0.1.12)
(2024-02-05)


### Features

* typos 1.18.0 with January 2024 dictionary changes
([dfb3e55](dfb3e55))


### Bug Fixes

* error LNK2019: unresolved external symbol _GetLogicalDrives
([6ec5abf](6ec5abf)),
closes [#33](#33)
* use config file when workspace folder absent
([79ae446](79ae446)),
closes [#31](#31)

---
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 Feb 5, 2024
1 parent 6ec5abf commit 68f1d4c
Show file tree
Hide file tree
Showing 6 changed files with 19 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.11"
".": "0.1.12"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.12](https://github.com/tekumara/typos-vscode/compare/v0.1.11...v0.1.12) (2024-02-05)


### Features

* typos 1.18.0 with January 2024 dictionary changes ([dfb3e55](https://github.com/tekumara/typos-vscode/commit/dfb3e55b91da6ee67085bfe660249384ffb07bd9))


### Bug Fixes

* error LNK2019: unresolved external symbol _GetLogicalDrives ([6ec5abf](https://github.com/tekumara/typos-vscode/commit/6ec5abf032170a64a18131f7923cf30f7644bbfe)), closes [#33](https://github.com/tekumara/typos-vscode/issues/33)
* use config file when workspace folder absent ([79ae446](https://github.com/tekumara/typos-vscode/commit/79ae44600a58d27115793894dadca6dfad006869)), closes [#31](https://github.com/tekumara/typos-vscode/issues/31)

## [0.1.11](https://github.com/tekumara/typos-vscode/compare/v0.1.10...v0.1.11) (2024-01-17)


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

0 comments on commit 68f1d4c

Please sign in to comment.