diff --git a/CHANGELOG.md b/CHANGELOG.md index 71760fef..ea521ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 2.10.0 + + * **Bug Fix** + * Fix "out of memory" crash when dealing with huge stats objects ([#129](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/129), [@ryan953](https://github.com/ryan953)) + + * **Internal** + * Update dependencies ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146)) + * Update gulp to v4 and simplify gulpfile ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146), [#149](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/149)) + * Simplify ESLint configs ([#148](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/148)) + ## 2.9.2 * **Bug Fix** diff --git a/package.json b/package.json index 24070b91..10239cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "2.9.2", + "version": "2.10.0", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",