Skip to content

Commit

Permalink
chore(release): commonjs v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Aug 13, 2020
1 parent e1106d1 commit ac1f17e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rollup/plugin-commonjs ChangeLog

## v15.0.0

_2020-08-13_

### Breaking Changes

- feat!: return the namespace by default when requiring ESM (#507)
- fix!: fix interop when importing CJS that is transpiled ESM from an actual ESM (#501)

### Bugfixes

- fix: add .cjs to default file extensions. (#524)

### Updates

- chore: update dependencies (fe399e2)

## v14.0.0

_2020-07-13_
Expand Down Expand Up @@ -445,4 +462,4 @@ Add dist files to package (whoops!)

## 0.1.0

- First release
- First release
2 changes: 1 addition & 1 deletion packages/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
"version": "14.0.0",
"version": "15.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ac1f17e

Please sign in to comment.