From e37ff0ea123762fe53e17a2bee1fa335866a4ceb Mon Sep 17 00:00:00 2001 From: Ryan Roemer Date: Wed, 5 May 2021 15:51:03 -0700 Subject: [PATCH] Changes for 3.3.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffb70c..f384b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/FormidableLabs/webpack-dashboard/releases) page. +## [3.3.2] - 2021-05-05 + +- Security: Update `socket.io` version to get rid of vulnerable `xmlhttprequest-ssl` package. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/325 by @texpert. + ## [3.3.1] - 2021-01-29 - Bugfix: Ensure `Status` is properly updating and reaches completion. Fixes #321