Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 1, 2016
1 parent 7ba0aad commit 18480ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.3.1"></a>
## [0.3.1](https://github.com/karma-runner/karma-sauce-launcher/compare/v0.2.10...v0.3.1) (2016-03-01)


### 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)
* 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)
* **reporter:** Add adapters property for 0.13 compat. ([9a5a147](https://github.com/karma-runner/karma-sauce-launcher/commit/9a5a147))
* **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)

### 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)
* adding build number env var for compatibility with drone and other CI systems ([44eacd1](https://github.com/karma-runner/karma-sauce-launcher/commit/44eacd1))



<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)

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.3.0",
"version": "0.3.1",
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 18480ef

Please sign in to comment.