Skip to content

Commit 0ea06e8

Browse files
committed
Bump version to 0.4.1
1 parent 44a3c59 commit 0ea06e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.1] - 2022-02-14
11+
1012
## [0.4.0] - 2022-02-10
1113

1214
### Changed
@@ -70,7 +72,8 @@ The format is based on [Keep a Changelog], and this project adheres to
7072

7173
- Initial code
7274

73-
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.4.0...HEAD
75+
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.4.1...HEAD
76+
[0.4.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.4.0...v0.4.1
7477
[0.4.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.2...v0.4.0
7578
[0.3.2]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.1...v0.3.2
7679
[0.3.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.0...v0.3.1

Cargo.toml

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

0 commit comments

Comments
 (0)