Skip to content

Commit 35cf047

Browse files
chore(release): 14.0.0
1 parent 627f55d commit 35cf047

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [14.0.0](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.0.0) (2024-01-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* removed `fibers` support
11+
* minimum supported Node.js version is `18.12.0` ([627f55d](https://github.com/webpack-contrib/sass-loader/commit/627f55d750eb0aa21161b949b327e9801f971e98))
12+
513
### [13.3.3](https://github.com/webpack-contrib/sass-loader/compare/v13.3.2...v13.3.3) (2023-12-25)
614

715

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": "13.3.3",
3+
"version": "14.0.0",
44
"description": "Sass loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/sass-loader",

0 commit comments

Comments
 (0)