Skip to content

Commit c6561fe

Browse files
committed
chore(release): pluginutils v4.0.0
1 parent 72a0c44 commit c6561fe

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

packages/pluginutils/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @rollup/pluginutils ChangeLog
22

3+
## v4.0.0
4+
5+
_2020-08-13_
6+
7+
### Breaking Changes
8+
9+
- fix!: don't add cwd to absolute or patterns that start with a glob (#517)
10+
11+
### Bugfixes
12+
13+
- fix: resolve relative paths starting with "./" (#180)
14+
15+
### Features
16+
17+
- feat: add native node es modules support (#419)
18+
19+
### Updates
20+
21+
- docs: Correct minimatch to picomatch (#525)
22+
- chore: update dependencies (9f56d37)
23+
- refactor: replace micromatch with picomatch. (#306)
24+
- chore: Don't bundle micromatch (#220)
25+
- chore: add missing typescript devDep (238b140)
26+
- chore: Use readonly arrays, add TSDoc (#187)
27+
- chore: Use typechecking (2ae08eb)
28+
329
## v3.1.0
430

531
_2020-06-05_

packages/pluginutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/pluginutils",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)