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

Commit 2195ef6

Browse files
chore: release v0.1.5
1 parent 05214cf commit 2195ef6

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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)
33

44

55
### Bug Fixes
66

77
* Update browserstacktunnel-wrapper & others ([23fdc9d](https://github.com/karma-runner/karma-browserstack-launcher/commit/23fdc9d))
88

99

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+
1013

1114
<a name="0.1.3"></a>
1215
## [0.1.3](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.2...v0.1.3) (2015-07-28)
@@ -134,6 +137,3 @@
134137

135138
* establish the ssh tunnel automatically ([75cf642](https://github.com/karma-runner/karma-browserstack-launcher/commit/75cf642))
136139
* initial version ([20f10ec](https://github.com/karma-runner/karma-browserstack-launcher/commit/20f10ec))
137-
138-
139-

gruntfile.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,19 @@ module.exports = function (grunt) {
2424
token: process.env.GH_TOKEN
2525
},
2626
changelogOpts: {
27-
preset: 'angular',
28-
releaseCount: 0
27+
preset: 'angular'
2928
}
3029
}
3130
}
3231
},
3332
bump: {
3433
options: {
3534
commitMessage: 'chore: release v%VERSION%',
36-
pushTo: 'upstream'
35+
pushTo: 'upstream',
36+
commitFiles: [
37+
'package.json',
38+
'CHANGELOG.md'
39+
]
3740
}
3841
},
3942
eslint: {

package.json

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

0 commit comments

Comments
 (0)