From f4e9e1659feb8d80e28fb7a6c9d50666f0691641 Mon Sep 17 00:00:00 2001 From: Miriam Suzanne Date: Mon, 3 Jun 2019 11:56:59 -0600 Subject: [PATCH 1/2] Bump v 5.0 --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/CONTRIBUTING.html | 2 +- docs/search-data.json | 2 +- package.json | 2 +- test/Gemfile.sass_master_branch | 4 ---- test/css/test.css | 6 ++++-- test/true.yml | 2 -- 8 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 test/Gemfile.sass_master_branch delete mode 100644 test/true.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ff79..289d509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # True Changelog -## UNRELEASED +## 5.0.0 (06/03/19) - BREAKING: Update API for `runSass`, which now accepts two arguments: a `sassOptions` object and a `trueOptions` object. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 513b42a..7d38625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ When submitting a patch via pull request: - Write a clear, descriptive commit message - Include any appropriate unit tests, - and make sure all tests are passing (`npm test`) + and make sure all tests are passing (`yarn test`) - Add your changes to the [changelog](CHANGELOG.md) - Update or write appropriate [SassDoc](http://sassdoc.com/) inline documentation for your changes diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 079d2d6..d5f1fc4 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -198,7 +198,7 @@

Pull Requests