### 1.0.1 (2014-06-13)


#### Features

* **package.json:** update dependencies ([b29ff385](https://github.com/tomchentw/gulp-livescript/commit/b29ff385b704fd7841cfd10e07bc2a3de2308292))


## 1.0.0 (2014-06-13)


<a name="0.3.0"></a>
## 0.3.0 (2014-05-25)


#### Features

* **index.js:** replace map-stream with through2 ([62ad1579](https://github.com/tomchentw/gulp-livescript/commit/62ad1579f393c3f4a0e4b0cdb15be2270e8e6fd6))


<a name="0.2.1"></a>
### 0.2.1 (2014-03-07)


#### Bug Fixes

* fix tests for LiveScript filename feature. ([2c1fc448084f660feffe9bdc892e29a0ce3fa240](https://github.com/tomchentw/gulp-livescript/commit/2c1fc448084f660feffe9bdc892e29a0ce3fa240))


#### Features

* make LiveScript show the filename when there's an error ([744b187e8ad706f0be5683cfab90a3ef4573019f](https://github.com/tomchentw/gulp-livescript/commit/744b187e8ad706f0be5683cfab90a3ef4573019f))
* **Makefile:** extract logic out from gulpfile ([d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4](https://github.com/tomchentw/gulp-livescript/commit/d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4))


<a name="0.2.0"></a>
## 0.2.0 (2014-02-17)


#### Features

* **index.ls:** cb error when compilation fails ([fe30052a302e3b4957833ae22766cad7cb05e44c](https://github.com/tomchentw/gulp-livescript/commit/fe30052a302e3b4957833ae22766cad7cb05e44c))


<a name="0.1.2"></a>
### 0.1.2 (2014-02-15)


<a name="0.1.1"></a>
### 0.1.1 (2014-01-18)


<a name="0.0.12"></a>
### 0.0.12 (2014-01-12)


#### Bug Fixes

* **package.json:** update gulp-conventional-changelog version ([8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685](https://github.com/tomchentw/gulp-livescript/commit/8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685))


<a name="0.0.11"></a>
### 0.0.11 (2014-01-12)


<a name="0.0.10"></a>
### 0.0.10 (2014-01-12)


#### Bug Fixes

* **package.json:** update gulp-conventional-changelog version ([f6bc31312174485f76519c8d482c12b2186105e2](https://github.com/tomchentw/gulp-livescript/commit/f6bc31312174485f76519c8d482c12b2186105e2))


<a name="0.0.9"></a>
### 0.0.9 (2014-01-11)


#### Bug Fixes

* **gulpfile:** gulp-bump has a breaking change ([5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897](https://github.com/tomchentw/gulp-livescript/commit/5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897))


<a name="0.0.8"></a>
### 0.0.8 (2014-01-11)


<a name="0.0.7"></a>
### 0.0.7 (2014-01-11)


#### Bug Fixes

* **index.js:** generate it with bare option ([850956015df970a85983a42c5d62e033b4aa8210](https://github.com/tomchentw/gulp-livescript/commit/850956015df970a85983a42c5d62e033b4aa8210))


<a name="0.0.6"></a>
### 0.0.6 (2014-01-08)

Fix test suite usage with `npm test`, and add `example` folder.


<a name="0.0.5"></a>
### 0.0.5 (2014-01-06)

Add gemnasium bagde to README and fix `package.json` repository link.


<a name="0.0.4"></a>
### 0.0.4 (2014-01-05)

Add `gulp-conventional-changelog` and `gulp-release` into `release` task.


<a name="0.0.3"></a>
### 0.0.3 (2014-01-05)


#### Bug Fixes

* **naming:** rename package to gulp-livescript ([6ea5adac2bef79292076e869baf9e6bea62362e5](https://github.com/tomchentw/gulp-livescript/commit/6ea5adac2bef79292076e869baf9e6bea62362e5))
* **package:** add mocha as dev dependencies ([bebcab6c5f64cb46c03036aca49aa90105c516e8](https://github.com/tomchentw/gulp-livescript/commit/bebcab6c5f64cb46c03036aca49aa90105c516e8))


#### Features

* **index:** add compile functionality and test ([969ec3d4aab91b2e821dbf82c4124805977c1ed8](https://github.com/tomchentw/gulp-livescript/commit/969ec3d4aab91b2e821dbf82c4124805977c1ed8))
* **init:** scaffold glup plugin with LiveScript support ([dc917bfd74737a381bef64f8220e53f2eee46b41](https://github.com/tomchentw/gulp-livescript/commit/dc917bfd74737a381bef64f8220e53f2eee46b41))


