Skip to content

Commit

Permalink
chore(release): commonjs v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Sep 21, 2020
1 parent f11bc38 commit bc6a86c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions packages/commonjs/CHANGELOG.md
@@ -1,12 +1,21 @@
# @rollup/plugin-commonjs ChangeLog

## v15.1.0

_2020-09-21_

### Features

- feat: inject \_\_esModule marker into ES namespaces and add Object prototype (#552)
- feat: add requireReturnsDefault to types (#579)

## v15.0.0

_2020-08-13_

### Breaking Changes

- feat!: return the namespace by default when requiring ESM (#507)
- 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
Expand Down Expand Up @@ -462,4 +471,4 @@ Add dist files to package (whoops!)

## 0.1.0

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

0 comments on commit bc6a86c

Please sign in to comment.