Skip to content

Commit

Permalink
chore(release): commonjs v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 4, 2020
1 parent 5eae320 commit 145b781
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/plugin-commonjs ChangeLog

## v11.0.1

_2020-01-04_

### Bugfixes

- fix: module.exports object spread (#121)

## 11.0.0

_2019-12-13_
Expand Down
6 changes: 3 additions & 3 deletions packages/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
"version": "11.0.0",
"version": "11.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,6 +59,8 @@
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"acorn": "^6.1.1",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
Expand All @@ -70,8 +72,6 @@
"require-relative": "^0.8.7",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"shx": "^0.3.2",
"source-map": "^0.6.1",
"source-map-support": "^0.5.12",
Expand Down

0 comments on commit 145b781

Please sign in to comment.