This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Commit c33da12 1 parent 05214cf commit c33da12 Copy full SHA for c33da12
File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.1.5 " ></a >
2
+ ## [ 0.1.5] ( https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.5 ) (2015-09-09)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * Update browserstacktunnel-wrapper & others ([ 23fdc9d] ( https://github.com/karma-runner/karma-browserstack-launcher/commit/23fdc9d ) )
8
+
9
+
10
+
1
11
<a name =" 0.1.3 " ></a >
2
12
## [ 0.1.3] ( https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.3 ) (2015-09-09)
3
13
Original file line number Diff line number Diff line change @@ -24,16 +24,19 @@ module.exports = function (grunt) {
24
24
token : process . env . GH_TOKEN
25
25
} ,
26
26
changelogOpts : {
27
- preset : 'angular' ,
28
- releaseCount : 0
27
+ preset : 'angular'
29
28
}
30
29
}
31
30
}
32
31
} ,
33
32
bump : {
34
33
options : {
35
34
commitMessage : 'chore: release v%VERSION%' ,
36
- pushTo : 'upstream'
35
+ pushTo : 'upstream' ,
36
+ commitFiles : [
37
+ 'package.json' ,
38
+ 'CHANGELOG.md'
39
+ ]
37
40
}
38
41
} ,
39
42
eslint : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " karma-browserstack-launcher" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " A Karma plugin. Launch any browser on BrowserStack!" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments