Skip to content

Commit

Permalink
chore(release): commonjs v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 29, 2021
1 parent 521d776 commit ac76f1c
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

## v17.1.0

_2021-01-29_

### Bugfixes

- fix: correctly replace shorthand `require` (#764)

### Features

- feature: load dynamic commonjs modules from es `import` (#766)
- feature: support cache/resolve access inside dynamic modules (#728)
- feature: allow keeping `require` calls inside try-catch (#729)

### Updates

- chore: fix lint error (#719)

## v17.0.0

_2020-11-30_
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": "17.0.0",
"version": "17.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ac76f1c

Please sign in to comment.