Release 1.10.2

This is just intended to trigger a new Chocolatey build.

Closes #413
This commit is contained in:
Natalie Weizenbaum 2018-08-02 16:13:41 -07:00
parent 6552666230
commit 5ee73e2ead
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
## 1.10.2
* No user-visible changes.
## 1.10.1 ## 1.10.1
### Node JS API ### Node JS API

View File

@ -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