Skip to content

Commit 4f2d339

Browse files
committed
chore(release): 0.8.0
1 parent cb24882 commit 4f2d339

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,22 @@
22

33
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.
44

5+
<a name="0.8.0"></a>
6+
# 0.8.0 (2017-08-23)
57

8+
9+
### Bug Fixes
10+
11+
* **#25:** fix coffee-script dependency version ([@jacobthemyth](https://github.com/jacobthemyth)) ([69ebdf4](https://github.com/webpack-contrib/coffee-loader/commit/69ebdf4))
12+
* **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))
13+
14+
15+
### Features
16+
17+
* 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))
18+
19+
20+
21+
# Change Log
22+
23+
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coffee-loader",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "coffee loader module for webpack",
66
"files": [

0 commit comments

Comments
 (0)