Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit defd281

Browse files
chore(release): 2.0.0
1 parent de9d1a5 commit defd281

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [2.0.0](https://github.com/webpack-contrib/node-loader/compare/v1.0.3...v2.0.0) (2021-04-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported webpack version is `5`
11+
12+
* dropped webpack@4 ([#33](https://github.com/webpack-contrib/node-loader/issues/33)) ([de9d1a5](https://github.com/webpack-contrib/node-loader/commit/de9d1a5a2ec39868217d03569352811fc0df1a8f))
13+
514
### [1.0.3](https://github.com/webpack-contrib/node-loader/compare/v1.0.2...v1.0.3) (2021-04-05)
615

716

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": "node-loader",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "A Node loader module for enhanced-require",
55
"license": "MIT",
66
"repository": "webpack-contrib/node-loader",

0 commit comments

Comments
 (0)