Skip to content

Commit

Permalink
-> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 25, 2015
1 parent efb1970 commit 9331caa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,61 @@
# gobble-rollup changelog

## 0.11.0

* Upgrade Rollup to 0.20.0

## 0.10.0

* Upgrade rollup to 0.18.0
* Upgrade Rollup to 0.18.0

## 0.9.0

* Upgrade rollup to 0.17.4
* Upgrade Rollup to 0.17.4

## 0.8.1

* ARGH git fail

## 0.8.0

* Upgrade rollup to 0.16.0
* Upgrade Rollup to 0.16.0

## 0.7.0

* Upgrade rollup to 0.14.1
* Upgrade Rollup to 0.14.1

## 0.6.0

* Upgrade rollup to 0.13.0
* Upgrade Rollup to 0.13.0

## 0.5.0

* Upgrade rollup to 0.10.0
* Upgrade Rollup to 0.10.0

## 0.4.0

* Upgrade rollup to 0.8.0
* Upgrade Rollup to 0.8.0

## 0.3.1

* `options.dest` is optional - defaults to the same as `options.entry`

## 0.3.0

* Upgrade rollup
* Upgrade Rollup

## 0.2.0

* Upgrade rollup, update to 0.6 API
* Upgrade Rollup, update to 0.6 API

## 0.1.2

* Upgrade rollup
* Upgrade Rollup
* Support more options

## 0.1.1

* Upgrade rollup
* Upgrade Rollup

## 0.1.0

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.10.0",
"version": "0.11.0",
"description": "Bundle ES6 modules with gobble and rollup",
"author": "Rich Harris",
"license": "MIT",
"repository": "https://github.com/gobblejs/gobble-rollup",
"dependencies": {
"rollup": "^0.18.0"
"rollup": "^0.20.0"
},
"keywords": [
"gobble",
Expand Down

0 comments on commit 9331caa

Please sign in to comment.