Skip to content

Commit 2da8a4d

Browse files
committed
chore(release): 0.4.2
1 parent a9cb46f commit 2da8a4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [0.4.2](https://github.com/smooth-code/error-overlay-webpack-plugin/compare/v0.4.1...v0.4.2) (2021-02-02)
6+
7+
8+
### Bug Fixes
9+
10+
* pass in compiler to devServer before() ([#66](https://github.com/smooth-code/error-overlay-webpack-plugin/issues/66)) ([c0feceb](https://github.com/smooth-code/error-overlay-webpack-plugin/commit/c0feceb73c6c7a38cddc40898cdfbcb0ae83a35e))
11+
512
### [0.4.1](https://github.com/smooth-code/error-overlay-webpack-plugin/compare/v0.4.0...v0.4.1) (2019-08-28)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": "https://github.com/smooth-code/error-overlay-webpack-plugin/issues",
1313
"homepage": "https://github.com/smooth-code/error-overlay-webpack-plugin",
1414
"repository": "https://github.com/smooth-code/error-overlay-webpack-plugin.git",
15-
"version": "0.4.1",
15+
"version": "0.4.2",
1616
"main": "lib/index.js",
1717
"scripts": {
1818
"build": "babel -d lib src",

0 commit comments

Comments
 (0)