Skip to content

Commit 44fe61c

Browse files
committedMar 3, 2018
chore(release): 6.0.7
1 parent fab89dc commit 44fe61c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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="6.0.7"></a>
6+
## [6.0.7](https://github.com/webpack-contrib/sass-loader/compare/v6.0.6...v6.0.7) (2018-03-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#541](https://github.com/webpack-contrib/sass-loader/issues/541)) ([620bdd4](https://github.com/webpack-contrib/sass-loader/commit/620bdd4))
12+
13+
14+
### Performance Improvements
15+
16+
* use `neo-async` instead `async` ([#538](https://github.com/webpack-contrib/sass-loader/issues/538)) ([fab89dc](https://github.com/webpack-contrib/sass-loader/commit/fab89dc))
17+
18+
19+
520
<a name="6.0.6"></a>
621
## [6.0.6](https://github.com/webpack-contrib/sass-loader/compare/v6.0.5...v6.0.6) (2017-06-14)
722

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-loader",
3-
"version": "6.0.6",
3+
"version": "6.0.7",
44
"description": "Sass loader for webpack",
55
"author": "J. Tangelder",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.