Skip to content

Commit

Permalink
Bump v 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jun 3, 2019
1 parent 474e021 commit f4e9e16
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h2 id="pull-requests">Pull Requests</h2>
<ul>
<li>Write a clear, descriptive commit<span class="widont">&nbsp;</span>message</li>
<li>Include any appropriate unit tests,
and make sure all tests are passing (<code>npm test</code>)</li>
and make sure all tests are passing (<code>yarn test</code>)</li>
<li>Add your changes to the <a href="CHANGELOG.md">changelog</a></li>
<li>Update or write appropriate <a href="http://sassdoc.com/">SassDoc</a>
inline documentation for your<span class="widont">&nbsp;</span>changes</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/search-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-true",
"title": "True",
"version": "4.0.0",
"version": "5.0.0",
"description": "Unit testing for Sass.",
"homepage": "http://oddbird.net/true",
"main": "lib/main.js",
Expand Down
4 changes: 0 additions & 4 deletions test/Gemfile.sass_master_branch

This file was deleted.

6 changes: 4 additions & 2 deletions test/css/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,10 @@
/* Test: Number */
/* ✔ [assert-equal] Number */
/* */
/* Test: String */
/* ✔ [assert-equal] String */
/* Test: Strings get back-ticks */
/* ✔ [assert-equal] Strings get back-ticks */
/* ✔ [assert-equal] Strings get back-ticks */
/* ✔ [assert-unequal] Strings get back-ticks */
/* */
/* Test: Color */
/* ✔ [assert-equal] Color */
Expand Down
2 changes: 0 additions & 2 deletions test/true.yml

This file was deleted.

0 comments on commit f4e9e16

Please sign in to comment.