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

Commit

Permalink
chore: release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 16, 2015
1 parent 0776fd3 commit 6aee0f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.1.8"></a>
## [0.1.8](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.7...v0.1.8) (2015-12-16)


### Bug Fixes

* Avoid setting tunnelIdentifier if startTunnel is false ([fe61baa](https://github.com/karma-runner/karma-browserstack-launcher/commit/fe61baa))
* 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)

### Features

* **proxy:** Add proxy settings to BrowserstackLocal ([7c3da2b](https://github.com/karma-runner/karma-browserstack-launcher/commit/7c3da2b))



<a name="0.1.6"></a>
## [0.1.6](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.6...v0.1.6) (2015-10-22)

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-browserstack-launcher",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Karma plugin. Launch any browser on BrowserStack!",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 6aee0f8

Please sign in to comment.