Skip to content

Commit

Permalink
chore(release): pluginutils v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 4, 2020
1 parent d05d93b commit 2475929
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/pluginutils/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rollup/pluginutils ChangeLog

## v3.0.2

_2020-01-04_

### Bugfixes

- fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116)

### Updates

- docs: Fix documented type of createFilter's include/exclude (#123)
- chore: update minor linting correction (bcbf9d2)

## 3.0.1

- fix: Escape glob characters in folder (#84)
Expand Down
2 changes: 1 addition & 1 deletion packages/pluginutils/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/pluginutils",
"version": "3.0.1",
"version": "3.0.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2475929

Please sign in to comment.