Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 2, 2019
1 parent 5b44fa1 commit 71c099e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [4.0.0](https://github.com/webpack-contrib/mocha-loader/compare/v3.0.0...v4.0.0) (2019-12-02)


### Fixes

* compatibility with `webpack@5`

### BREAKING CHANGES

* minimum required nodejs version is `10.13`
* minimum required mocha version is `5`



# [3.0.0](https://github.com/webpack-contrib/mocha-loader/compare/v2.0.1...v3.0.0) (2019-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-loader",
"version": "3.0.0",
"version": "4.0.0",
"description": "Mocha loader for webpack",
"license": "MIT",
"repository": "webpack-contrib/mocha-loader",
Expand Down Expand Up @@ -35,9 +35,7 @@
"defaults": "webpack-defaults"
},
"files": [
"dist/",
"lib/",
"index.js"
"dist"
],
"peerDependencies": {
"mocha": "^5.0.0 || ^6.0.0",
Expand Down

0 comments on commit 71c099e

Please sign in to comment.