Skip to content

Commit

Permalink
Merge pull request #778 from sass/release
Browse files Browse the repository at this point in the history
Release 1.22.8
  • Loading branch information
nex3 committed Jul 24, 2019
2 parents c971615 + d0f471c commit 1425a43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -77,9 +77,6 @@ jobs:
node_js: stable
install: pub run grinder before-test
script: tool/travis/task/node_tests.sh
- <<: *node-tests
name: Node tests | Dart stable | Node Carbon
node_js: lts/carbon
- <<: *node-tests
name: Node tests | Dart stable | Node Dubnium
node_js: lts/dubnium
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 1.22.8

### JavaScript API

* Don't crash when running in a directory whose name contains URL-sensitive
characters.

* Drop support for Node Carbon (8.x), which doesn't support `url.pathToFileURL`.

## 1.22.7

* Restrict the supported versions of the Dart SDK to `^2.4.0`.
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/nex3"
},
"engines": {
"node": ">=0.11.8"
"node": ">=10.0.0"
},
"dependencies": {
"chokidar": ">=2.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.22.7
version: 1.22.8
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass
Expand Down

0 comments on commit 1425a43

Please sign in to comment.