diff --git a/CHANGELOG.md b/CHANGELOG.md index 611e19d..8180faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## [Unreleased] +## [0.4.2] - 2022-03-21 + ### Fixed - Empty lines are now correctly handled when computing template indentation. diff --git a/Cargo.toml b/Cargo.toml index 8634e04..b089f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-vue" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT"