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

Commit c94d6f9

Browse files
chore: release v1.2.0
1 parent e95858a commit c94d6f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/karma-runner/karma-browserstack-launcher/compare/v1.1.1...v1.2.0) (2017-01-29)
3+
4+
5+
### Features
6+
7+
* pass forcelocal to tunnel ([693a4aa](https://github.com/karma-runner/karma-browserstack-launcher/commit/693a4aa))
8+
* permit overriding `name`, `build`, and `project` on a per-browser basis ([9c77a96](https://github.com/karma-runner/karma-browserstack-launcher/commit/9c77a96))
9+
* Update browserstacktunnel wrapper ([4519a37](https://github.com/karma-runner/karma-browserstack-launcher/commit/4519a37))
10+
11+
12+
113
<a name="1.1.1"></a>
214
## [1.1.1](https://github.com/karma-runner/karma-browserstack-launcher/compare/v1.1.0...v1.1.1) (2016-09-05)
315

package.json

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

0 commit comments

Comments
 (0)