Skip to content

Commit bf112f9

Browse files
committed
chore(release): commonjs v18.1.0
1 parent 65ebb11 commit bf112f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/commonjs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @rollup/plugin-commonjs ChangeLog
22

3+
## v18.1.0
4+
5+
_2021-05-04_
6+
7+
### Bugfixes
8+
9+
- fix: idempotence issue (#871)
10+
11+
### Features
12+
13+
- feat: Add `defaultIsModuleExports` option to match Node.js behavior (#838)
14+
315
## v18.0.0
416

517
_2021-03-26_

packages/commonjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-commonjs",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)