This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Commit 2195ef6 1 parent 05214cf commit 2195ef6 Copy full SHA for 2195ef6
File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- <a name =" 0.1.3 " ></a >
2
- ## [ 0.1.3 ] ( https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.3 ) (2015-09-09)
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
3
4
4
5
5
### Bug Fixes
6
6
7
7
* Update browserstacktunnel-wrapper & others ([ 23fdc9d] ( https://github.com/karma-runner/karma-browserstack-launcher/commit/23fdc9d ) )
8
8
9
9
10
+ <a name =" 0.1.4 " ></a >
11
+ ## [ 0.1.4] ( https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.3...v0.1.4 )
12
+
10
13
11
14
<a name =" 0.1.3 " ></a >
12
15
## [ 0.1.3] ( https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.2...v0.1.3 ) (2015-07-28)
134
137
135
138
* establish the ssh tunnel automatically ([ 75cf642] ( https://github.com/karma-runner/karma-browserstack-launcher/commit/75cf642 ) )
136
139
* initial version ([ 20f10ec] ( https://github.com/karma-runner/karma-browserstack-launcher/commit/20f10ec ) )
137
-
138
-
139
-
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