Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed May 13, 2016
1 parent 401e50b commit 6f32583
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.2
* #7 Fixed errors during rollup not rejecting the promise
* #9 Update dependencies

# 2.0.1
* #5 Add logging on compile error & update to latest Rollup

# 2.0.0
**BREAKING** the options for the preprocessor are now specified in 2 separate object, `rollup` and `bundle`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-rollup-preprocessor",
"version": "2.0.1",
"version": "2.0.2",
"description": "A rollup preprocessor for Karma",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6f32583

Please sign in to comment.