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

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 31, 2016
1 parent 0ca0082 commit 1a99725
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="1.0.1"></a>
## [1.0.1](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.11...v1.0.1) (2016-05-31)


### Bug Fixes

* urlencode proxy username and password ([ab42eee](https://github.com/karma-runner/karma-browserstack-launcher/commit/ab42eee))
* Use separate property to shutdown workers ([221d49f](https://github.com/karma-runner/karma-browserstack-launcher/commit/221d49f)), closes [#62](https://github.com/karma-runner/karma-browserstack-launcher/issues/62)

### Features

* Pass proxy url to browserstack api ([0c1ca47](https://github.com/karma-runner/karma-browserstack-launcher/commit/0c1ca47))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.11...v1.0.0) (2016-05-04)

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

0 comments on commit 1a99725

Please sign in to comment.