Comparing version 0.3.0 to 0.6.0
@@ -5,2 +5,50 @@ # Change Log | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.6.0) (2016-05-30) | ||
### Bug Fixes | ||
* dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) | ||
### Features | ||
* livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) | ||
* Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) | ||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.5.0) (2016-05-30) | ||
### Bug Fixes | ||
* dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) | ||
### Features | ||
* livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) | ||
* Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) | ||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.4.0) (2016-05-30) | ||
### Bug Fixes | ||
* dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) | ||
### Features | ||
* livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) | ||
* Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) | ||
<a name="0.3.0"></a> | ||
@@ -7,0 +55,0 @@ # [0.3.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.3.0) (2016-05-30) |
{ | ||
"name": "bake-cli", | ||
"version": "0.3.0", | ||
"version": "0.6.0", | ||
"description": "Make like Task runner", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
82339