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

Commit b54fbc7

Browse files
chore(release): 2.0.0
1 parent 15c2f50 commit b54fbc7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1-
# Change Log
1+
# Changelog
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/val-loader-loader/compare/v1.1.1...v2.0.0) (2019-11-14)
6+
7+
8+
### Bug Fixes
9+
10+
* support `webpack@5`
11+
12+
13+
### Features
14+
15+
* better handle errors from a module
16+
* pass `module.parent` to a module
17+
* validate loader options
18+
19+
20+
### BREAKING CHANGES
21+
22+
* minimum supported node version is `10.13.0`
23+
* minimum supported webpack version is `4.0.0`
24+
25+
26+
527
<a name="1.1.1"></a>
628
## [1.1.1](https://github.com/webpack-contrib/val-loader/compare/v1.1.0...v1.1.1) (2018-06-21)
729

0 commit comments

Comments
 (0)