Skip to content

Commit c6e7dbc

Browse files
authored
Require node>=14.0.0 (#1911)
1 parent f5a3dea commit c6e7dbc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## 1.60.0
1+
## 1.61.0
2+
3+
* **Potentially breaking change:** Drop support for End-of-Life Node.js 12.
24

5+
## 1.60.0
36
* Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
47
calculations. These will be interpreted as the corresponding numbers.
58

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/nex3"
1515
},
1616
"engines": {
17-
"node": ">=12.0.0"
17+
"node": ">=14.0.0"
1818
},
1919
"dependencies": {
2020
"chokidar": ">=3.0.0 <4.0.0",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.60.0
2+
version: 1.61.0-dev
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)