Skip to content

Commit 7efd4f0

Browse files
committed
Bump version to 0.4.0
1 parent daa1bf3 commit 7efd4f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog], and this project adheres to
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2022-02-10
11+
1012
### Changed
1113

1214
- `indentTemplate` now works correctly when the content couldn't be
@@ -68,7 +70,8 @@ The format is based on [Keep a Changelog], and this project adheres to
6870

6971
- Initial code
7072

71-
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.2...HEAD
73+
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.4.0...HEAD
74+
[0.4.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.2...v0.4.0
7275
[0.3.2]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.1...v0.3.2
7376
[0.3.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.0...v0.3.1
7477
[0.3.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.2.0...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-vue"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)