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

Commit 5826124

Browse files
chore: release v1.3.0
1 parent 9173964 commit 5826124

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/karma-runner/karma-browserstack-launcher/compare/v1.2.0...v1.3.0) (2017-06-28)
3+
4+
5+
### Features
6+
7+
* add support for using BrowserStackReporter with a proxy ([b0f8031](https://github.com/karma-runner/karma-browserstack-launcher/commit/b0f8031))
8+
* allow the user to disable browserstack video recording ([b3cce6c](https://github.com/karma-runner/karma-browserstack-launcher/commit/b3cce6c))
9+
* **deps:** update to the latest ([6c719d2](https://github.com/karma-runner/karma-browserstack-launcher/commit/6c719d2))
10+
* **deps:** update to tunnel 2.0.1 ([9617438](https://github.com/karma-runner/karma-browserstack-launcher/commit/9617438))
11+
12+
13+
114
<a name="1.2.0"></a>
215
# [1.2.0](https://github.com/karma-runner/karma-browserstack-launcher/compare/v1.1.1...v1.2.0) (2017-01-29)
316

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.2.0",
3+
"version": "1.3.0",
44
"description": "A Karma plugin. Launch any browser on BrowserStack!",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)