From 939dea9bedae7a702aec14126d88be6483d5745b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Dec 2021 12:38:06 +0000 Subject: [PATCH] chore: 4.0.7 [skip ci] ## [4.0.7](https://github.com/dword-design/mocha-per-file/compare/v4.0.6...v4.0.7) (2021-12-28) ### Bug Fixes * lock file maintenance ([#94](https://github.com/dword-design/mocha-per-file/issues/94)) ([4649f56](https://github.com/dword-design/mocha-per-file/commit/4649f5665cca930759d61da049044547d55a0046)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d95d7..698b022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.7](https://github.com/dword-design/mocha-per-file/compare/v4.0.6...v4.0.7) (2021-12-28) + + +### Bug Fixes + +* lock file maintenance ([#94](https://github.com/dword-design/mocha-per-file/issues/94)) ([4649f56](https://github.com/dword-design/mocha-per-file/commit/4649f5665cca930759d61da049044547d55a0046)) + ## [4.0.6](https://github.com/dword-design/mocha-per-file/compare/v4.0.5...v4.0.6) (2021-07-20) diff --git a/package.json b/package.json index 885f249..be2b6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-per-file", - "version": "4.0.6", + "version": "4.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",