Skip to content

Commit

Permalink
chore(release): pluginutils v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Aug 13, 2020
1 parent 72a0c44 commit c6561fe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/pluginutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion packages/pluginutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/pluginutils",
"version": "3.1.0",
"version": "4.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c6561fe

Please sign in to comment.