File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.1] - 2022-01-29
11
+
10
12
### Fixed
11
13
12
14
- Fixed missing indentation before block content when using ` indentTemplate ` .
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
56
55
57
- Initial code
56
58
57
- [ unreleased ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.3.0...HEAD
59
+ [ unreleased ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.3.1...HEAD
60
+ [ 0.3.1 ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.3.0...v0.3.1
58
61
[ 0.3.0 ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.2.0...v0.3.0
59
62
[ 0.2.0 ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.1.1...v0.2.0
60
63
[ 0.1.1 ] : https://github.com/malobre/dprint-plugin-vue/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-vue"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
license = " MIT"
6
6
You can’t perform that action at this time.
0 commit comments