From c6e7dbc0cd75f9d50f4091f7a53f9f9e3c6cc2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Thu, 23 Mar 2023 16:10:21 -0700 Subject: [PATCH] Require node>=14.0.0 (#1911) --- CHANGELOG.md | 5 ++++- package/package.json | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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