Skip to content

Commit

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

## v12.0.0

_2020-05-20_

### Breaking Changes

- feat: add kill-switch for mixed es-cjs modules (#358)
- feat: set syntheticNamedExports for commonjs modules (#149)

### Bugfixes

- fix: expose the virtual `require` function on mock `module`. fixes #307 (#326)
- fix: improved shouldWrap logic. fixes #304 (#355)

### Features

- feat: support for explicit module.require calls. fixes #310 (#325)

## v11.1.0

_2020-04-12_
Expand Down
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": "11.1.0",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 04743f6

Please sign in to comment.