Skip to content

Commit

Permalink
chore(release): commonjs v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jul 12, 2020
1 parent 3fa649d commit bccb5ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/commonjs/CHANGELOG.md
@@ -1,5 +1,14 @@
# @rollup/plugin-commonjs ChangeLog

## v13.0.1

_2020-07-12_

### Bugfixes

- fix: prevent rewrite require.resolve (#446)
- fix: Support \_\_esModule packages with a default export (#465)

## v13.0.0

_2020-06-05_
Expand Down
2 changes: 1 addition & 1 deletion packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
"version": "13.0.0",
"version": "13.0.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit bccb5ce

Please sign in to comment.