Skip to content

Commit 5fe4030

Browse files
authored
Merge pull request #375 from jtangelder/release/6.0.0
Release/6.0.0
2 parents e5c25af + e29ab1d commit 5fe4030

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.0
5+
6+
- **Breaking** (for resolve-url-loader only): Improve source map support. [#374](https://github.com/jtangelder/sass-loader/issues/374)
7+
48
### 5.0.1
59

610
- Fix bug where multiple compilations interfered with each other. [#369](https://github.com/jtangelder/sass-loader/pull/369)

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

0 commit comments

Comments
 (0)