Skip to content

Commit c61eaee

Browse files
authoredMay 10, 2017
Merge pull request #453 from webpack-contrib/Release/6.0.5
Release/6.0.5
2 parents 5d06e9d + fe4af44 commit c61eaee

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.5
5+
6+
- fix: importing file directly from scoped npm package [#450](https://github.com/webpack-contrib/sass-loader/pull/450)
7+
48
### 6.0.4
59

610
- fix: Resolving of scoped npm packages [#447](https://github.com/webpack-contrib/sass-loader/pull/447)

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

0 commit comments

Comments
 (0)
Please sign in to comment.