Skip to content

Commit

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


## [0.1.2](v0.1.1...v0.1.2) (2023-07-29)


### Features

* update to typos 1.14.9 ([fd19082](fd19082))
* update to typos 1.16.1 ([b9062af](b9062af))

---
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 Jul 29, 2023
1 parent b9062af commit 09cf9ff
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 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.1"
".": "0.1.2"
}
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

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


### Features

* update to typos 1.14.9 ([fd19082](https://github.com/tekumara/typos-vscode/commit/fd1908284a8ceb101a47f6dd89d4c4168fabfaa1))
* update to typos 1.16.1 ([b9062af](https://github.com/tekumara/typos-vscode/commit/b9062afd338fafb79ea0d67ccb171f90350e10b0))

## 0.1.1 (2023-05-01)


### Features

* Initial release with diagnostics and quick fixes

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.0"
version = "0.1.2"
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",
"publisher": "tekumara",
"description": "Source code spell checker",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"repository": {
"url": "https://github.com/tekumara/typos-vscode.git",
Expand Down

0 comments on commit 09cf9ff

Please sign in to comment.