# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.0"></a>
# [0.1.0](https://github.com/emyann/typescript-webpack-starter/compare/v0.0.3...v0.1.0) (2018-02-10)


### Bug Fixes

* enable to emit d.ts files ([fea12cf](https://github.com/emyann/typescript-webpack-starter/commit/fea12cf))
* **Build:** Fix https://github.com/emyann/typescript-webpack-starter/issues/14 ([8d90e34](https://github.com/emyann/typescript-webpack-starter/commit/8d90e34))
* **Template:** Add missing .gitignore files ([bc5c6ae](https://github.com/emyann/typescript-webpack-starter/commit/bc5c6ae)), closes [#9](https://github.com/emyann/typescript-webpack-starter/issues/9)
* **Test:** Fix UTs coverage with Istanbul configuration ([aff34e0](https://github.com/emyann/typescript-webpack-starter/commit/aff34e0))


### Features

* **Build:** Run production build by default when running npm run build. ([66c5489](https://github.com/emyann/typescript-webpack-starter/commit/66c5489))
* **CLI:** Add CLI basic feature to handle project creation ([95fec55](https://github.com/emyann/typescript-webpack-starter/commit/95fec55))
* **CLI:** Add mandatory shebang ([0bc7b08](https://github.com/emyann/typescript-webpack-starter/commit/0bc7b08))
* **CLI:** Add template folder with minimal files to start the module / application ([38657f9](https://github.com/emyann/typescript-webpack-starter/commit/38657f9))
* **CLI:** Ensure the cli is installed globally ([9c52d42](https://github.com/emyann/typescript-webpack-starter/commit/9c52d42))
* **CLI:** Script to create a basic typescript boilerplate with no build configuration ([39f9c07](https://github.com/emyann/typescript-webpack-starter/commit/39f9c07))
* **Test:** Show Unit Tests timing ([cd663fe](https://github.com/emyann/typescript-webpack-starter/commit/cd663fe))
* **Webpack:** Add istanbul instrumenter loader configuration. File formatting ([91a40c5](https://github.com/emyann/typescript-webpack-starter/commit/91a40c5))
