diff --git a/CHANGELOG.md b/CHANGELOG.md index 2075cc82c..6ff2e29d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 1.60.0 +## 1.61.0 + +* **Potentially breaking change:** Drop support for End-of-Life Node.js 12. +## 1.60.0 * Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in calculations. These will be interpreted as the corresponding numbers. diff --git a/package/package.json b/package/package.json index 7acfeabad..73023b861 100644 --- a/package/package.json +++ b/package/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/nex3" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/pubspec.yaml b/pubspec.yaml index d4113c062..c79520d7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.60.0 +version: 1.61.0-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass