From 0b960573797bf38926937994c481e4fec9ed8aa6 Mon Sep 17 00:00:00 2001 From: Michael Mok Date: Tue, 15 Aug 2023 04:36:42 +0200 Subject: [PATCH] chore: release v0.5.11 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1b5869..42633694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.5.11 (15 Aug 2023) + +### Features + +- Added support to exclude dynamically generated modules from other loaders (#769) + +### Fixes + +- Fixed unnecessary memory leaks due to `prevExports`` (#766) +- Relaxed peer dependency requirement on `type-fest` to allow v4.x (#767) +- Fixed module type resolution when there is difference across contexts (#768) + ## 0.5.10 (24 Nov 2022) ### Fixes diff --git a/package.json b/package.json index 1642f57f..0e8e42e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.10", + "version": "0.5.11", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react",