Skip to content

Commit ce1ffc7

Browse files
chore(release): 16.0.1
1 parent 93b8d83 commit ce1ffc7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [16.0.1](https://github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1) (2024-08-19)
6+
7+
### Bug Fixes
8+
9+
* generate correct sourceMaps for `modern-compiler` api ([#1228](https://github.com/webpack-contrib/sass-loader/issues/1228)) ([f862f7a](https://github.com/webpack-contrib/sass-loader/commit/f862f7a8382fab11c9c2a897ab1e26d35167cd10))
10+
511
## [16.0.0](https://github.com/webpack-contrib/sass-loader/compare/v15.0.0...v16.0.0) (2024-07-26)
612

713

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-loader",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "Sass loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/sass-loader",

0 commit comments

Comments
 (0)