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

Commit 3e0f782

Browse files
chore(release): 5.0.0
1 parent b84eb10 commit 3e0f782

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [5.0.0](https://github.com/webpack-contrib/mocha-loader/compare/v4.0.2...v5.0.0) (2020-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* remove broken handling of "target": "node" ([#92](https://github.com/webpack-contrib/mocha-loader/issues/92)) ([b84eb10](https://github.com/webpack-contrib/mocha-loader/commit/b84eb10b700b331815d1ca4d62ef61d269994eb9))
11+
12+
### BREAKING CHANGES
13+
14+
* the `node` target doesn't supported
15+
16+
17+
518
### [4.0.2](https://github.com/webpack-contrib/mocha-loader/compare/v4.0.1...v4.0.2) (2020-03-19)
619

720
* update deps

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-loader",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Mocha loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/mocha-loader",

0 commit comments

Comments
 (0)