Skip to content

Commit 5ee73e2

Browse files
committed
Release 1.10.2
This is just intended to trigger a new Chocolatey build. Closes #413
1 parent 6552666 commit 5ee73e2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ env:
99
- DART_VERSION=latest
1010
matrix:
1111
# Language specs, defined in sass/sass-spec
12-
- TASK=specs
13-
- TASK=specs ASYNC=true
12+
13+
# These are disabled just for the 1.10.2 release, since it doesn't support the
14+
# latest specs.
15+
# - TASK=specs
16+
# - TASK=specs ASYNC=true
1417

1518
# Unit tests, defined in test/.
1619
- TASK=tests

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.10.2
2+
3+
* No user-visible changes.
4+
15
## 1.10.1
26

37
### Node JS API

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.10.1
2+
version: 1.10.2
33
description: A Sass implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)