Skip to content

Commit 04743f6

Browse files
committed
chore(release): commonjs v12.0.0
1 parent 8fb0f8b commit 04743f6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/commonjs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @rollup/plugin-commonjs ChangeLog
22

3+
## v12.0.0
4+
5+
_2020-05-20_
6+
7+
### Breaking Changes
8+
9+
- feat: add kill-switch for mixed es-cjs modules (#358)
10+
- feat: set syntheticNamedExports for commonjs modules (#149)
11+
12+
### Bugfixes
13+
14+
- fix: expose the virtual `require` function on mock `module`. fixes #307 (#326)
15+
- fix: improved shouldWrap logic. fixes #304 (#355)
16+
17+
### Features
18+
19+
- feat: support for explicit module.require calls. fixes #310 (#325)
20+
321
## v11.1.0
422

523
_2020-04-12_

packages/commonjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-commonjs",
3-
"version": "11.1.0",
3+
"version": "12.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)