mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Release 1.10.2
This is just intended to trigger a new Chocolatey build. Closes #413
This commit is contained in:
parent
6552666230
commit
5ee73e2ead
@ -9,8 +9,11 @@ env:
|
|||||||
- DART_VERSION=latest
|
- DART_VERSION=latest
|
||||||
matrix:
|
matrix:
|
||||||
# Language specs, defined in sass/sass-spec
|
# Language specs, defined in sass/sass-spec
|
||||||
- TASK=specs
|
|
||||||
- TASK=specs ASYNC=true
|
# These are disabled just for the 1.10.2 release, since it doesn't support the
|
||||||
|
# latest specs.
|
||||||
|
# - TASK=specs
|
||||||
|
# - TASK=specs ASYNC=true
|
||||||
|
|
||||||
# Unit tests, defined in test/.
|
# Unit tests, defined in test/.
|
||||||
- TASK=tests
|
- TASK=tests
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 1.10.2
|
||||||
|
|
||||||
|
* No user-visible changes.
|
||||||
|
|
||||||
## 1.10.1
|
## 1.10.1
|
||||||
|
|
||||||
### Node JS API
|
### Node JS API
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sass
|
name: sass
|
||||||
version: 1.10.1
|
version: 1.10.2
|
||||||
description: A Sass implementation in Dart.
|
description: A Sass implementation in Dart.
|
||||||
author: Dart Team <misc@dartlang.org>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/sass/dart-sass
|
homepage: https://github.com/sass/dart-sass
|
||||||
|
Loading…
Reference in New Issue
Block a user