Skip to content

Commit 42bfebb

Browse files
authored
Merge pull request #381 from jtangelder/release/6.0.1
Release/6.0.1
2 parents ad816d1 + 08c4acf commit 42bfebb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
### 6.0.1
5+
6+
- Fix source maps in certain CWDs. [#377](https://github.com/jtangelder/sass-loader/pull/377)
7+
48
### 6.0.0
59

610
- **Breaking** (for resolve-url-loader only): Improve source map support. [#374](https://github.com/jtangelder/sass-loader/issues/374)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-loader",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Sass loader for webpack",
55
"main": "lib/loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)