File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is (loosely) based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 4.1.0-beta ] ( https://github.com/doesdev/mvt/compare/4.0.0...4.1.0-beta )
8- #### 2020-03-09
7+ ## [ 4.1.0] ( https://github.com/doesdev/mvt/compare/4.0.0...4.1.0 )
8+ #### 2020-03-10
99
1010### Summary
1111Refactored into components. Fixed CLI bug (#2 ), fixed bug causing ` after ` not to
@@ -14,7 +14,7 @@ be called on failing tests (#4). Various enhancements.
1414### Fixes
1515- Bugfix #2 : CLI failed with exit code 0 on require failure (aka tests passed)
1616- Bugfix #5 : ` test.after ` never called on failing tests
17- - Bugfix: Fix potential hang in cli-char-supported
17+ - Bugfix: Fix potential hang in cli-char-supported check
1818
1919### Changed
2020- Refactored code base into components
Original file line number Diff line number Diff line change 11{
22 "name" : " mvt" ,
3- "version" : " 4.1.0-beta.4 " ,
3+ "version" : " 4.1.0" ,
44 "description" : " Minimum Viable Testing framework" ,
55 "engines" : {
66 "node" : " >=8.0.0"
You can’t perform that action at this time.
0 commit comments