From 6b18be99bf2a5a402b80a2c00043fe0b365fe836 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 3 May 2022 13:55:32 -0400 Subject: [PATCH] 1.14.1 CHANGELOG bump --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b9ed50..9920c141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.14.1](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.14.1) + +*May 3rd, 2022* + +### Bug + +- [#172](https://github.com/symfony/webpack-encore-bundle/pull/172) - Fixing reset assets trigger on sub-requests - *@TarikAmine* +- [#171](https://github.com/symfony/webpack-encore-bundle/pull/171) - Do not JSON encode stringable values - *@jderusse* + ## [v1.14.0](https://github.com/symfony/webpack-encore-bundle/releases/tag/v1.14.0) *February 14th, 2022*