dalek-browser-chrome-canary
Advanced tools
Comparing version 0.0.5-2013-10-17-11-27-07 to 0.0.6-2013-10-17-11-36-35
<a name="v0.0.5"></a> | ||
### v0.0.5 (2013-10-17) | ||
#### Bug Fixes | ||
* **gruntfile:** Added missing paramters ([84df0635](http://github.com/dalekjs/dalek-browser-chrome/commit/84df06351cf4a2200bacf33e84af683d337dab86)) | ||
* **readme:** Typo in image path * 'master' of github.com:dalekjs/dalek-browser-chrome: fix ([9a45d2ea](http://github.com/dalekjs/dalek-browser-chrome/commit/9a45d2eab36689ec43dd83ea2ff4913094bc3679)) | ||
<a name="v0.0.5"></a> | ||
### v0.0.5 (2013-09-25) | ||
@@ -3,0 +12,0 @@ |
@@ -143,5 +143,5 @@ module.exports = function (grunt) { | ||
// release tasks | ||
grunt.registerTask('releasePatch', ['test', 'bump-only:patch', 'contributors', 'changelog', 'bump-commit:patch']); | ||
grunt.registerTask('releaseMinor', ['test', 'bump-only:minor', 'contributors', 'changelog', 'bump-commit:minor']); | ||
grunt.registerTask('releaseMajor', ['test', 'bump-only:major', 'contributors', 'changelog', 'bump-commit:major']); | ||
grunt.registerTask('releasePatch', ['test', 'bump-only:patch', 'contributors', 'changelog', 'bump-commit']); | ||
grunt.registerTask('releaseMinor', ['test', 'bump-only:minor', 'contributors', 'changelog', 'bump-commit']); | ||
grunt.registerTask('releaseMajor', ['test', 'bump-only:major', 'contributors', 'changelog', 'bump-commit']); | ||
@@ -148,0 +148,0 @@ // clean, test, generate docs (the CI task) |
{ | ||
"name": "dalek-browser-chrome-canary", | ||
"version": "0.0.5-2013-10-17-11-27-07", | ||
"version": "0.0.6-2013-10-17-11-36-35", | ||
"description": "Google Chrome bindings for DalekJS", | ||
@@ -5,0 +5,0 @@ "homepage": "http://dalekjs.com", |
49584