Skip to content

Commit

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

## [0.1.8](https://github.com/tekumara/typos-vscode/compare/v0.1.7...v0.1.8) (2023-12-10)


### Features

* support custom config file ([67886b9](https://github.com/tekumara/typos-vscode/commit/67886b961fe9238fb6af19414bc07f18ad65959f)), closes [#19](https://github.com/tekumara/typos-vscode/issues/19)
* typos 1.16.23 ([ae1d36c](https://github.com/tekumara/typos-vscode/commit/ae1d36ca33d191b39d88d859ce6caf1864735498))

## [0.1.7](https://github.com/tekumara/typos-vscode/compare/v0.1.6...v0.1.7) (2023-10-22)


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

0 comments on commit f613fe8

Please sign in to comment.