Skip to content

Commit 3ad3cb3

Browse files
committed
fix logger
1 parent f450bd1 commit 3ad3cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.5] - 2016-03-31
5+
## [0.5.6] - 2016-03-31
66
- log objects and arrays using `console.dir`
77

88
## [0.5.4] - 2016-03-20

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-coderoad",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "mocha test runner & reporter for atom-coderoad",
55
"main": "lib/runner.js",
66
"scripts": {

0 commit comments

Comments
 (0)