Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 20, 2015
1 parent d8004f2 commit 872aebb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/karma-runner/karma-sauce-launcher/compare/v0.2.14...v0.3.0) (2015-10-20)


### Bug Fixes

* **launcher:** Remove empty page workaround ([b0761a2](https://github.com/karma-runner/karma-sauce-launcher/commit/b0761a2)), closes [#14](https://github.com/karma-runner/karma-sauce-launcher/issues/14)
* **reporter:** Remove double logging ([6ab38f8](https://github.com/karma-runner/karma-sauce-launcher/commit/6ab38f8)), closes [#36](https://github.com/karma-runner/karma-sauce-launcher/issues/36)
* Make disconnects fail the tests ([f7839fc](https://github.com/karma-runner/karma-sauce-launcher/commit/f7839fc)), closes [#54](https://github.com/karma-runner/karma-sauce-launcher/issues/54)

### Features

* **launcher:** Add and options ([6a15162](https://github.com/karma-runner/karma-sauce-launcher/commit/6a15162)), closes [#49](https://github.com/karma-runner/karma-sauce-launcher/issues/49)




<a name="0.2.14"></a>
## [0.2.14](https://github.com/karma-runner/karma-sauce-launcher/compare/v0.2.13...v0.2.14) (2015-06-29)
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-sauce-launcher",
"version": "0.2.14",
"version": "0.3.0",
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 872aebb

Please sign in to comment.