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

Commit 6aee0f8

Browse files
chore: release v0.1.8
1 parent 0776fd3 commit 6aee0f8

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.8"></a>
2+
## [0.1.8](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.7...v0.1.8) (2015-12-16)
3+
4+
5+
### Bug Fixes
6+
7+
* Avoid setting tunnelIdentifier if startTunnel is false ([fe61baa](https://github.com/karma-runner/karma-browserstack-launcher/commit/fe61baa))
8+
* Property access on undefined config ([a05e6cf](https://github.com/karma-runner/karma-browserstack-launcher/commit/a05e6cf)), closes [#52](https://github.com/karma-runner/karma-browserstack-launcher/issues/52)
9+
10+
### Features
11+
12+
* **proxy:** Add proxy settings to BrowserstackLocal ([7c3da2b](https://github.com/karma-runner/karma-browserstack-launcher/commit/7c3da2b))
13+
14+
15+
116
<a name="0.1.6"></a>
217
## [0.1.6](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.6...v0.1.6) (2015-10-22)
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.7",
3+
"version": "0.1.8",
44
"description": "A Karma plugin. Launch any browser on BrowserStack!",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)