Changes for 3.3.2

This commit is contained in:
Ryan Roemer 2021-05-05 15:51:03 -07:00
parent 32b9543c14
commit e37ff0ea12

View File

@ -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