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

Commit c33da12

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

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
<a name="0.1.3"></a>
212
## [0.1.3](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.3) (2015-09-09)
313

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)