diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb8d6a..b8f96f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.0 + +- Fix [#58](https://github.com/SukkaW/rollup-plugin-swc/issues/58) + - `rollup-plugin-swc3` now will only perform module resolution inside the files specified in `include` and `exclude` options. +- Replace `rollup-swc-preserve-directives` with `rollup-preserve-directives` + ## 0.10.4 - Bump `rollup-swc-preserve-directives` to the latest version diff --git a/package.json b/package.json index 26045d1..d2a7689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-swc3", - "version": "0.10.4", + "version": "0.11.0", "description": "Use SWC with Rollup to transform ESNext and TypeScript code.", "homepage": "https://github.com/SukkaW/rollup-plugin-swc#readme", "repository": {