diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be57ef..a06ec9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.1 + +- Log test list after sorting it when the `listFiles` option is supplied, rather than vice-versa. + ### 0.2.0 - Add `sort` option to customise test execution order diff --git a/package.json b/package.json index 953f68c..cd233e4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "runner", "unit test" ], - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "async": "0.2.9", "sty": "0.6.1"