Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6136224

Browse files
committed
Bump version to 0.3.1
1 parent da9cb54 commit 6136224

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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2022-01-29
11+
1012
### Fixed
1113

1214
- 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
5456

5557
- Initial code
5658

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
5861
[0.3.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.2.0...v0.3.0
5962
[0.2.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.1...v0.2.0
6063
[0.1.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.0...v0.1.1

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.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)