Skip to content

Commit aed60eb

Browse files
committedJun 14, 2017
chore(release): 6.0.6
1 parent 85d7772 commit aed60eb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.6"></a>
6+
## [6.0.6](https://github.com/webpack-contrib/sass-loader/compare/v6.0.5...v6.0.6) (2017-06-14)
7+
8+
59

610
<a name="6.0.5"></a>
711
# [6.0.5](https://github.com/webpack-contrib/sass-loader/compare/v6.0.5...v6.0.4) (2017-05-10)
@@ -273,4 +277,3 @@ All notable changes to this project will be documented in this file. See [standa
273277
* Moved `node-sass^3.0.0-alpha.0` to `peerDependencies` [#28](https://github.com/webpack-contrib/sass-loader/issues/28)
274278
* Using webpack's module resolver as custom importer [#39](https://github.com/webpack-contrib/sass-loader/issues/31)
275279
* Add synchronous compilation support for usage with [enhanced-require](https://github.com/webpack/enhanced-require) [#39](https://github.com/webpack-contrib/sass-loader/pull/39)
276-

‎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.5",
3+
"version": "6.0.6",
44
"description": "Sass loader for webpack",
55
"author": "J. Tangelder",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.