Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Aug 27, 2023
1 parent 4776739 commit 617f753
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.1.13] - 2023-08-27

### Bug Fixes

Expand All @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file.

- Add clarification about the usage of non-doc comments ([#70](https://github.com/bram209/leptosfmt/issues/70))

### Features

- Add check mode ([#72](https://github.com/bram209/leptosfmt/issues/72))

## [0.1.12] - 2023-07-31

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ members = ["printer", "cli", "formatter"]
resolver = "2"

[workspace.package]
version = "0.1.12"
version = "0.1.13"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
leptosfmt-formatter = { path = "./formatter", version = "0.1.12" }
leptosfmt-formatter = { path = "./formatter", version = "0.1.13" }
leptosfmt-pretty-printer = { version = "0.1.6" }

0 comments on commit 617f753

Please sign in to comment.