Skip to content

Commit 617f753

Browse files
committed
chore: Release
1 parent 4776739 commit 617f753

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [unreleased]
5+
## [0.1.13] - 2023-08-27
66

77
### Bug Fixes
88

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

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

16+
### Features
17+
18+
- Add check mode ([#72](https://github.com/bram209/leptosfmt/issues/72))
19+
1620
## [0.1.12] - 2023-07-31
1721

1822
### Bug Fixes

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ members = ["printer", "cli", "formatter"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.12"
6+
version = "0.1.13"
77
license = "MIT OR Apache-2.0"
88

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

0 commit comments

Comments
 (0)