Skip to content

Commit

Permalink
chore(release): pluginutils v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Feb 1, 2020
1 parent 238b140 commit 22cdcf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/pluginutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rollup/pluginutils ChangeLog

## v3.0.8

_2020-02-01_

### Bugfixes

- fix: resolve relative paths starting with "./" (#180)

### Updates

- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)

## v3.0.7

_2020-02-01_
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.0.7",
"version": "3.0.8",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 22cdcf1

Please sign in to comment.