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

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Sep 9, 2015
1 parent 05214cf commit 2195ef6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<a name="0.1.3"></a>
## [0.1.3](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.3) (2015-09-09)
<a name="0.1.5"></a>
## [0.1.5](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.4...v0.1.5) (2015-09-09)


### Bug Fixes

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


<a name="0.1.4"></a>
## [0.1.4](https://github.com/karma-runner/karma-browserstack-launcher/compare/v0.1.3...v0.1.4)


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

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



9 changes: 6 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ module.exports = function (grunt) {
token: process.env.GH_TOKEN
},
changelogOpts: {
preset: 'angular',
releaseCount: 0
preset: 'angular'
}
}
}
},
bump: {
options: {
commitMessage: 'chore: release v%VERSION%',
pushTo: 'upstream'
pushTo: 'upstream',
commitFiles: [
'package.json',
'CHANGELOG.md'
]
}
},
eslint: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-browserstack-launcher",
"version": "0.1.3",
"version": "0.1.5",
"description": "A Karma plugin. Launch any browser on BrowserStack!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2195ef6

Please sign in to comment.