We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0760163 commit 9bee3a5Copy full SHA for 9bee3a5
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.15 (3 Jun 2024)
2
+
3
+### Fixes
4
5
+- Fixed wrong import in error overlay for `ansi-html` (#853)
6
7
## 0.5.14 (1 Jun 2024)
8
9
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.14",
+ "version": "0.5.15",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments