diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a867cc..6bfedf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.7](https://github.com/dword-design/mocha-per-file/compare/v3.0.6...v3.0.7) (2021-04-12) + + +### Bug Fixes + +* lock file maintenance ([#42](https://github.com/dword-design/mocha-per-file/issues/42)) ([1e926c7](https://github.com/dword-design/mocha-per-file/commit/1e926c72f8a15624909d8d4e02e3f11f39304428)) + ## [3.0.6](https://github.com/dword-design/mocha-per-file/compare/v3.0.5...v3.0.6) (2021-03-31) diff --git a/package.json b/package.json index 3721d5c..66e510f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-per-file", - "version": "3.0.6", + "version": "3.0.7", "description": "This CLI tool allows to organize mocha tests in files and directories. It works by traversing the test directory recursively, creating describe blocks per directory and tests per *.test.js file.", "keywords": [ "chdir",