Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
This is just intended to trigger a new Chocolatey build.

Closes #413
  • Loading branch information
nex3 committed Aug 2, 2018
1 parent 6552666 commit 5ee73e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ env:
- DART_VERSION=latest
matrix:
# 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/.
- TASK=tests
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.2

* No user-visible changes.

## 1.10.1

### Node JS API
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.10.1
version: 1.10.2
description: A Sass implementation in Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/sass/dart-sass
Expand Down

0 comments on commit 5ee73e2

Please sign in to comment.