diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..154c667 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.1](https://github.com/cprecioso/rollup-plugin-chunk-per-export/compare/v1.0.0...v1.0.1) (2023-03-06) + + +### Bug Fixes + +* allow empty code ([3aa3ea0](https://github.com/cprecioso/rollup-plugin-chunk-per-export/commit/3aa3ea084d9dd6ef2795cfacd03bee7d0a217ab7)) diff --git a/package.json b/package.json index 191c0ff..eb79af8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-chunk-per-export", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "description": "Rollup plugin that ensures different exports are in different files for optimal tree-shaking", "repository": {