Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 9, 2015
1 parent 7b775c3 commit 5cef0dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
<a name"0.2.0"></a>
## 0.2.0 (2015-06-09)

#### Features

* Disable `-extoff` flag to be set by default ([5aa409e7](https://github.com/karma-runner/karma-ie-launcher/commit/5aa409e7), closes [#27](https://github.com/karma-runner/karma-ie-launcher/issues/27))


#### Breaking Changes

* IE Addons are now disabled by default when using the karma-ie-launcher ([5aa409e7](https://github.com/karma-runner/karma-ie-launcher/commit/5aa409e7))

This comment has been minimized.

Copy link
@murrayju

murrayju Jun 10, 2015

I think you meant to say enabled by default.




<a name"0.1.5"></a>
### 0.1.5 (2015-06-09)


#### Bug Fixes

* fail when launcher is called if IE is not found instead of failing as soon as th ([4ff5d1e6](https://github.com/karma-runner/karma-ie-launcher/commit/4ff5d1e6), closes [#14](https://github.com/karma-runner/karma-ie-launcher/issues/14))
* fail when launcher is called if IE is not found instead of failing as soon as the plugin is loaded ([4ff5d1e6](https://github.com/karma-runner/karma-ie-launcher/commit/4ff5d1e6), closes [#14](https://github.com/karma-runner/karma-ie-launcher/issues/14))


<a name"0.1.4"></a>
Expand Down Expand Up @@ -48,4 +62,3 @@

<a name"0.0.1"></a>
### 0.0.1 (2015-06-09)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-ie-launcher",
"version": "0.1.5",
"version": "0.2.0",
"description": "A Karma plugin. Launcher for Internet Explorer.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5cef0dd

Please sign in to comment.