Skip to content

Commit

Permalink
chore(main): release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
potatobot-prime[bot] authored Aug 14, 2023
1 parent d1a9949 commit 637c3b1
Show file tree
Hide file tree
Showing 6 changed files with 18 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.2"
".": "0.1.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.3](https://github.com/tekumara/typos-vscode/compare/v0.1.2...v0.1.3) (2023-08-14)


### Features

* support config files (typos.toml etc.) ([#8](https://github.com/tekumara/typos-vscode/issues/8)) ([f16a143](https://github.com/tekumara/typos-vscode/commit/f16a143ab660969e2162b8eb2d388f87a041ec59)), closes [#6](https://github.com/tekumara/typos-vscode/issues/6)


### Bug Fixes

* config files are now used on windows ([d1a9949](https://github.com/tekumara/typos-vscode/commit/d1a99495a7b1f67b11a6ebe06e47937f61852e6f))

## [0.1.2](https://github.com/tekumara/typos-vscode/compare/v0.1.1...v0.1.2) (2023-07-29)


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.2"
version = "0.1.3"
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.2",
"version": "0.1.3",
"private": true,
"repository": {
"url": "https://github.com/tekumara/typos-vscode.git",
Expand Down

0 comments on commit 637c3b1

Please sign in to comment.