Skip to content

Commit 1425a43

Browse files
authored
Merge pull request #778 from sass/release
Release 1.22.8
2 parents c971615 + d0f471c commit 1425a43

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ jobs:
7777
node_js: stable
7878
install: pub run grinder before-test
7979
script: tool/travis/task/node_tests.sh
80-
- <<: *node-tests
81-
name: Node tests | Dart stable | Node Carbon
82-
node_js: lts/carbon
8380
- <<: *node-tests
8481
name: Node tests | Dart stable | Node Dubnium
8582
node_js: lts/dubnium

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.22.8
2+
3+
### JavaScript API
4+
5+
* Don't crash when running in a directory whose name contains URL-sensitive
6+
characters.
7+
8+
* Drop support for Node Carbon (8.x), which doesn't support `url.pathToFileURL`.
9+
110
## 1.22.7
211

312
* Restrict the supported versions of the Dart SDK to `^2.4.0`.

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": ">=0.11.8"
17+
"node": ">=10.0.0"
1818
},
1919
"dependencies": {
2020
"chokidar": ">=2.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.22.7
2+
version: 1.22.8
33
description: A Sass implementation in Dart.
44
author: Dart Team <misc@dartlang.org>
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)