diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d58f4a..9039d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index dddc20b..7ce1820 100644 --- a/package.json +++ b/package.json @@ -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": {