Skip to content

Commit d63a2e5

Browse files
committed
Fix #9, published with CRLF line endings, 4.2.1
1 parent 63737ed commit d63a2e5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is (loosely) based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.1.1](https://github.com/doesdev/mvt/compare/4.1.1...4.2.0)
7+
## [4.2.1](https://github.com/doesdev/mvt/compare/4.2.0...4.2.1)
8+
#### 2021-07-10
9+
10+
### Changed
11+
- Fix #9, published with CRLF line endings
12+
13+
## [4.2.0](https://github.com/doesdev/mvt/compare/4.1.1...4.2.0)
814
#### 2021-07-10
915

1016
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvt",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Minimum Viable Testing framework",
55
"engines": {
66
"node": ">=8.0.0"

0 commit comments

Comments
 (0)