Skip to content

Commit

Permalink
chore(release): commonjs v18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 4, 2021
1 parent 65ebb11 commit bf112f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rollup/plugin-commonjs ChangeLog

## v18.1.0

_2021-05-04_

### Bugfixes

- fix: idempotence issue (#871)

### Features

- feat: Add `defaultIsModuleExports` option to match Node.js behavior (#838)

## v18.0.0

_2021-03-26_
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": "18.0.0",
"version": "18.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit bf112f9

Please sign in to comment.