Skip to content

Commit f01ae22

Browse files
authoredMay 9, 2017
Merge pull request #449 from webpack-contrib/Release/6.0.4
Release/6.0.4
2 parents f93c73f + d9d8982 commit f01ae22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
### 6.0.4
5+
6+
- fix: Resolving of scoped npm packages [#447](https://github.com/webpack-contrib/sass-loader/pull/447)
7+
48
### 6.0.3
59

610
- Fix regression with empty files [#398](https://github.com/webpack-contrib/sass-loader/pull/398)

‎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.3",
3+
"version": "6.0.4",
44
"description": "Sass loader for webpack",
55
"main": "lib/loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.