From 5ee73e2eadbe632ab30124bf6893c7c439bb6b73 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 2 Aug 2018 16:13:41 -0700 Subject: [PATCH] Release 1.10.2 This is just intended to trigger a new Chocolatey build. Closes #413 --- .travis.yml | 7 +++++-- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index afa505f7..f971f09d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d14c3c..2c9c44b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.2 + +* No user-visible changes. + ## 1.10.1 ### Node JS API diff --git a/pubspec.yaml b/pubspec.yaml index 58d9676d..77050bf0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.10.1 +version: 1.10.2 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass