Skip to content

Commit

Permalink
-> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 16, 2015
1 parent 898fe05 commit 51ffe64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gobble-rollup changelog

## 0.4.0

* Upgrade rollup to 0.8.0

## 0.3.1

* `options.dest` is optional - defaults to the same as `options.entry`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "gobble-rollup",
"version": "0.3.1",
"version": "0.4.0",
"description": "Bundle ES6 modules with gobble and rollup",
"author": "Rich Harris",
"license": "MIT",
"repository": "https://github.com/gobblejs/gobble-rollup",
"dependencies": {
"rollup": "^0.7.0"
"rollup": "^0.8.0"
},
"keywords": [
"gobble",
Expand Down

0 comments on commit 51ffe64

Please sign in to comment.