From e8e8cf2eb3934d719ae09a946c667b3c42309521 Mon Sep 17 00:00:00 2001 From: Tomasz Jakut Date: Thu, 22 Nov 2018 01:52:47 +0100 Subject: [PATCH] docs(changelog): add entries for #137, #138 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e4ebf..a067a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). --- +## [6.2.0] – 2018-11-22 +### Added +* [#138] Ability to add plugins to Babel. + +### Fixed +* [#137] Error when minifying dynamic import. + ## [6.1.1] – 2018-10-07 ### Fixed * [#133] Empty sourcemaps when using bannerNewLine = true. @@ -143,7 +150,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#124]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/124 [#131]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/131 [#133]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/133 +[#137]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/137 +[#138]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/138 +[6.2.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.1...v6.2.0 [6.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v5.0.0...v6.0.0