From 51cfd136193af3ace4f9f419c319377969c82a73 Mon Sep 17 00:00:00 2001 From: Victor Vlasenko Date: Wed, 6 May 2020 13:09:08 +0300 Subject: [PATCH] Bumps major version, removes 4.x mocha version from supported list --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 523f0e2..5977a93 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If any build errors happens, they will be shown like below mochapack works with - webpack in version `4.x.x` -- mocha in version `4.x.x`, `5.x.x`, `6.x.x` +- mocha in version `5.x.x`, `6.x.x`, `7.x.x` ## Installation diff --git a/package.json b/package.json index 2dbce34..41f7099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mochapack", - "version": "1.1.15", + "version": "2.0.0", "engines": { "pm": "yarn@2.0.0-rc.32" },