Skip to content

Commit e16fe11

Browse files
committed
prepare 0.10.4 release
1 parent 6545920 commit e16fe11

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.10.4] - 2016-09-21
6+
- on error, mark the error as true
7+
58
## [0.10.0] - 2016-08-14
69
- break test runner into two parts:
710
- load - called when a new page is set, prepares a test file

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "mocha-coderoad",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "mocha test runner & reporter for atom-coderoad",
55
"keywords": [
66
"coderoad",
7-
"mocha"
7+
"mocha",
8+
"test runner"
89
],
910
"homepage": "https://github.com/coderoad/mocha-coderoad#readme",
1011
"bugs": {

0 commit comments

Comments
 (0)