Skip to content

Commit 40d5d67

Browse files
committed
prepare 0.9.0, upgrade to mocha 3.0.0, update changelog
1 parent 44438e2 commit 40d5d67

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.9.0] - 2016-08-01
6+
- add "exists" global file path checker
7+
- upgrade to [email protected]
8+
59
## [0.8.0] - 2016-06-28
610
- load with object
711

lib/logger.js

-7
This file was deleted.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-coderoad",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "mocha test runner & reporter for atom-coderoad",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/coderoad/mocha-coderoad#readme",
2828
"dependencies": {
29-
"mocha": "2.5.3",
30-
"process-console-log": "0.2.0",
29+
"mocha": "3.0.0",
30+
"process-console-log": "0.2.1",
3131
"node-file-exists": "1.1.0"
3232
},
3333
"devDependencies": {

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
],
1717
"files": [
1818
"src/constants.ts",
19+
"src/exists.ts",
1920
"src/index.ts",
2021
"src/reporter.ts",
2122
"src/runner-process.ts",

0 commit comments

Comments
 (0)