Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 66f4240

Browse files
chore: release v0.1.10
1 parent ff30dc8 commit 66f4240

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.1.10"></a>
2+
## [0.1.10](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.8...v0.1.10) (2016-02-12)
3+
4+
5+
### Bug Fixes
6+
7+
* Capture timeout occurs even after tests have run successfully ([1bd45b6](https://github.com/karma-runner/karma-browserstack-launcher/commit/1bd45b6)), closes [#17](https://github.com/karma-runner/karma-browserstack-launcher/issues/17)
8+
* Ensure the browser gets terminated ([ea3ed1e](https://github.com/karma-runner/karma-browserstack-launcher/commit/ea3ed1e))
9+
10+
### Features
11+
12+
* add build number env vars for compatibility with drone and other CI systems ([054b8d4](https://github.com/karma-runner/karma-browserstack-launcher/commit/054b8d4))
13+
14+
15+
116
<a name="0.1.9"></a>
217
## [0.1.9](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.8...v0.1.9) (2016-01-10)
318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-browserstack-launcher",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "A Karma plugin. Launch any browser on BrowserStack!",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)