From 660dba62d28a69968851ade15290d1d77e898f13 Mon Sep 17 00:00:00 2001 From: th0r Date: Tue, 10 Mar 2020 15:26:40 +0300 Subject: [PATCH] v3.6.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d32df6..17293d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,13 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 3.6.1 + * **Bug Fix** * Add leading zero to hour & minute on `` when needed ([#314](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/314) by [@mhxbe](https://github.com/mhxbe)) + + * **Internal** + * Update some dependencies to get rid of vulnerability warnings ([#339](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/339)) ## 3.6.0 diff --git a/package.json b/package.json index 8b26bde9..60c2991d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.6.0", + "version": "3.6.1", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin <grunin.ya@ya.ru>", "license": "MIT",