diff --git a/packages/pluginutils/CHANGELOG.md b/packages/pluginutils/CHANGELOG.md index d286908b4..e8cb81f9c 100755 --- a/packages/pluginutils/CHANGELOG.md +++ b/packages/pluginutils/CHANGELOG.md @@ -1,5 +1,31 @@ # @rollup/pluginutils ChangeLog +## v4.0.0 + +_2020-08-13_ + +### Breaking Changes + +- fix!: don't add cwd to absolute or patterns that start with a glob (#517) + +### Bugfixes + +- fix: resolve relative paths starting with "./" (#180) + +### Features + +- feat: add native node es modules support (#419) + +### Updates + +- docs: Correct minimatch to picomatch (#525) +- chore: update dependencies (9f56d37) +- refactor: replace micromatch with picomatch. (#306) +- chore: Don't bundle micromatch (#220) +- chore: add missing typescript devDep (238b140) +- chore: Use readonly arrays, add TSDoc (#187) +- chore: Use typechecking (2ae08eb) + ## v3.1.0 _2020-06-05_ diff --git a/packages/pluginutils/package.json b/packages/pluginutils/package.json index ea06453cb..f0faa7ec6 100644 --- a/packages/pluginutils/package.json +++ b/packages/pluginutils/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/pluginutils", - "version": "3.1.0", + "version": "4.0.0", "publishConfig": { "access": "public" },