Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
chore: 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2021-05-04)

### Bug Fixes

* update dependency @dword-design/chdir to v2 ([#55](#55)) ([dfee8ca](dfee8ca))
* update dependency @dword-design/functions to v4 ([#56](#56)) ([c44cef5](c44cef5))
* update dependency fs-extra to v10 ([#57](#57)) ([fa028f6](fa028f6))
* update dependency make-cli to v2 ([#58](#58)) ([b8e36ff](b8e36ff))
* update dependency output-files to v2 ([#59](#59)) ([e1641ce](e1641ce))
* update dependency with-local-tmp-dir to v4 ([#60](#60)) ([7fe0abb](7fe0abb))
  • Loading branch information
semantic-release-bot committed May 4, 2021
1 parent e1641ce commit 8e75ae3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.1](https://github.com/dword-design/mocha-per-file/compare/v4.0.0...v4.0.1) (2021-05-04)


### Bug Fixes

* update dependency @dword-design/chdir to v2 ([#55](https://github.com/dword-design/mocha-per-file/issues/55)) ([dfee8ca](https://github.com/dword-design/mocha-per-file/commit/dfee8caa31c053f25d130ab3254338724eedf40c))
* update dependency @dword-design/functions to v4 ([#56](https://github.com/dword-design/mocha-per-file/issues/56)) ([c44cef5](https://github.com/dword-design/mocha-per-file/commit/c44cef5c61d035cb5873688cc2fef7efd1fab44b))
* update dependency fs-extra to v10 ([#57](https://github.com/dword-design/mocha-per-file/issues/57)) ([fa028f6](https://github.com/dword-design/mocha-per-file/commit/fa028f65ec20957c84e3c4bd4dfc7e85e5b1ae8f))
* update dependency make-cli to v2 ([#58](https://github.com/dword-design/mocha-per-file/issues/58)) ([b8e36ff](https://github.com/dword-design/mocha-per-file/commit/b8e36ff4c6813366fd2eba07d8502b39fa10ca94))
* update dependency output-files to v2 ([#59](https://github.com/dword-design/mocha-per-file/issues/59)) ([e1641ce](https://github.com/dword-design/mocha-per-file/commit/e1641cebdf93f72ba4d137b6f7a4ab068ad8176c))
* update dependency with-local-tmp-dir to v4 ([#60](https://github.com/dword-design/mocha-per-file/issues/60)) ([7fe0abb](https://github.com/dword-design/mocha-per-file/commit/7fe0abb7a21c543ad2de4b0ffaba7731edf9aea7))

# [4.0.0](https://github.com/dword-design/mocha-per-file/compare/v3.0.8...v4.0.0) (2021-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-per-file",
"version": "4.0.0",
"version": "4.0.1",
"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",
Expand Down

0 comments on commit 8e75ae3

Please sign in to comment.