diff --git a/README.md b/README.md index b25522a..98e1080 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If any build errors happens, they will be shown like below ## Which version works with mochapack? mochapack works with -- webpack in version `4.x.x` +- webpack in versions `4.x.x` - `5.x.x` - mocha in versions `5.x.x` - `8.x.x` ## Installation diff --git a/package.json b/package.json index 7de4d8a..c0de2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mochapack", - "version": "2.0.6", + "version": "2.1.0", "pm": "yarn@2.4.0", "description": "mocha cli with webpack support", "bin": "./bin/mochapack",