diff --git a/CHANGELOG.md b/CHANGELOG.md index 698b022..d0219c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.8](https://github.com/dword-design/mocha-per-file/compare/v4.0.7...v4.0.8) (2022-01-12) + + +### Bug Fixes + +* update config files ([b1bfbf1](https://github.com/dword-design/mocha-per-file/commit/b1bfbf1830702ec3c8449638a738b1a28dc5c6eb)) + ## [4.0.7](https://github.com/dword-design/mocha-per-file/compare/v4.0.6...v4.0.7) (2021-12-28) diff --git a/package.json b/package.json index be2b6b3..259d654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-per-file", - "version": "4.0.7", + "version": "4.0.8", "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",