Skip to content

Commit

Permalink
v2.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Aug 20, 2020
1 parent 4274480 commit 0630c1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v2.0.0:
date: 2020-03-04
changes:
- Bump `chalk`.
- Update to docs and project structure.
- Update dependencies.
- Now requires at least Node 8.
v1.0.0:
date: 2016-03-04
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-sass v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ugf9aop97slt5anb/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-sass/branch/master)
# grunt-contrib-sass v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-sass.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ugf9aop97slt5anb/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-sass/branch/master)

> Compile Sass to CSS
Expand Down Expand Up @@ -248,6 +248,7 @@ grunt.initConfig({

## Release History

* 2020-03-04   v2.0.0   Update dependencies. Now requires at least Node 8.
* 2016-03-04   v1.0.0   Bump `chalk`. Update to docs and project structure.
* 2015-02-06   v0.9.0   Remove `banner` option. Allow using `--force` to ignore compile errors. Increase concurrency count from `2` to `4`. Improve Windows support.
* 2014-08-24   v0.8.1   Fix `check` option.
Expand Down Expand Up @@ -275,4 +276,4 @@ grunt.initConfig({

Task submitted by [Sindre Sorhus](https://github.com/sindresorhus)

*This file was generated on Mon Sep 10 2018 16:43:57.*
*This file was generated on Thu Aug 20 2020 12:31:17.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-sass",
"description": "Compile Sass to CSS",
"version": "2.0.0",
"version": "1.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit 0630c1e

Please sign in to comment.