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

Commit df08a9f

Browse files
chore(release): 4.0.0
1 parent bd6c18d commit df08a9f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [4.0.0](https://github.com/webpack-contrib/null-loader/compare/v3.0.0...v4.0.0) (2020-04-15)
6+
7+
8+
### Bug Fixes
9+
10+
* support `webpack@5`
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* minimum required Nodejs version is `10.13`
15+
516
## [3.0.0](https://github.com/webpack-contrib/null-loader/compare/v2.0.0...v3.0.0) (2019-06-05)
617

718

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": "null-loader",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A webpack loader that returns an empty module.",
55
"license": "MIT",
66
"repository": "webpack-contrib/null-loader",

0 commit comments

Comments
 (0)