From 0630c1eb3138afa910544a9d57d860489c6e15f2 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 20 Aug 2020 12:32:38 -0400 Subject: [PATCH] v2.0.0 changelog --- CHANGELOG | 4 ++-- README.md | 5 +++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b29dea9..83f2b07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index 4fb6e4a..d307ea3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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.* diff --git a/package.json b/package.json index 0d2239d..16804c8 100644 --- a/package.json +++ b/package.json @@ -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/"