Skip to content

Commit 872aebb

Browse files
chore: release v0.3.0
1 parent d8004f2 commit 872aebb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/karma-runner/karma-sauce-launcher/compare/v0.2.14...v0.3.0) (2015-10-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **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)
8+
* **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)
9+
* 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)
10+
11+
### Features
12+
13+
* **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)
14+
15+
16+
117

218
<a name="0.2.14"></a>
319
## [0.2.14](https://github.com/karma-runner/karma-sauce-launcher/compare/v0.2.13...v0.2.14) (2015-06-29)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-sauce-launcher",
3-
"version": "0.2.14",
3+
"version": "0.3.0",
44
"description": "A Karma plugin. Launch any browser on SauceLabs!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)