diff --git a/CHANGELOG.md b/CHANGELOG.md index dac9c3e..5a4d4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# 0.8.0 (2017-08-23) + +### Bug Fixes + +* **#25:** fix coffee-script dependency version ([@jacobthemyth](https://github.com/jacobthemyth)) ([69ebdf4](https://github.com/webpack-contrib/coffee-loader/commit/69ebdf4)) +* **getOptions:** deprecation warn in loaderUtils ([#28](https://github.com/webpack-contrib/coffee-loader/issues/28)) ([4e6b430](https://github.com/webpack-contrib/coffee-loader/commit/4e6b430)) + + +### Features + +* add support for coffeescript 2 dependency ([#30](https://github.com/webpack-contrib/coffee-loader/issues/30)) ([e5c24cc](https://github.com/webpack-contrib/coffee-loader/commit/e5c24cc)) + + + +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index 9c89ed4..f8238c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coffee-loader", - "version": "0.7.3", + "version": "0.8.0", "author": "Tobias Koppers @sokra", "description": "coffee loader module for webpack", "files": [