Skip to content

Commit

Permalink
Drop support for non-LTS Node (< 12). (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin Ahn committed Jan 27, 2022
1 parent f8f08bc commit 5a12ef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.49.1

* Stop supporting non-LTS Node.js versions.

## 1.49.0

* Fix a bug in `string.insert` with certain negative indices.
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/nex3"
},
"engines": {
"node": ">=8.9.0"
"node": ">=12.0.0"
},
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.49.0
version: 1.49.1-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down

0 comments on commit 5a12ef5

Please sign in to comment.