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

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 24, 2020
1 parent b84eb10 commit 3e0f782
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [5.0.0](https://github.com/webpack-contrib/mocha-loader/compare/v4.0.2...v5.0.0) (2020-03-24)


### Bug Fixes

* 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))

### BREAKING CHANGES

* the `node` target doesn't supported



### [4.0.2](https://github.com/webpack-contrib/mocha-loader/compare/v4.0.1...v4.0.2) (2020-03-19)

* update deps
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-loader",
"version": "4.0.2",
"version": "5.0.0",
"description": "Mocha loader for webpack",
"license": "MIT",
"repository": "webpack-contrib/mocha-loader",
Expand Down

0 comments on commit 3e0f782

Please sign in to comment.