Skip to content

Commit 66d8e5a

Browse files
committed
Update changelog, 4.1.0 release
1 parent da7414d commit 66d8e5a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.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
1111
Refactored 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

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.1.0-beta.4",
3+
"version": "4.1.0",
44
"description": "Minimum Viable Testing framework",
55
"engines": {
66
"node": ">=8.0.0"

0 commit comments

Comments
 (0)