Skip to content

Commit

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


##
[0.1.8](v0.1.7...v0.1.8)
(2023-12-10)


### Features

* support custom config file
([67886b9](67886b9)),
closes [#19](#19)
* typos 1.16.23
([ae1d36c](ae1d36c))
* typos 1.16.24
([3006f24](3006f24))

---
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 10, 2023
1 parent 3006f24 commit 05608bd
Show file tree
Hide file tree
Showing 6 changed files with 15 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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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))
* typos 1.16.24 ([3006f24](https://github.com/tekumara/typos-vscode/commit/3006f2418e823902e7150d91b444d57eb78b7f64))

## [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 05608bd

Please sign in to comment.