Skip to content

Commit 9a51411

Browse files
committed
Re-release as major version
1 parent 070f819 commit 9a51411

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
v1.0.10
2-
date: 07-11-2019
1+
v2.0.0
2+
date: 08-11-2019
33
changes:
44
- Updated PostCSS to 7.0.21
55
- Updated kleur to 3.0.3
6+
- Requires Node 8.x or above
67

78
v1.0.9
89
date: 05-07-2019

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
## Getting Started
99
This plugin requires Grunt `~1.0.3`
1010

11+
**Note:** As of v2.0.0, NodeJS 8.x or above is required.
12+
1113
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1214

1315
```shell

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodder/grunt-postcss",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"description": "Apply several post-processors to your CSS using PostCSS",
55
"author": {
66
"name": "Dmitry Nikitenko",
@@ -9,7 +9,7 @@
99
"repository": "C-Lodder/grunt-postcss",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">= 6"
12+
"node": ">= 8"
1313
},
1414
"scripts": {
1515
"test": "grunt test"

0 commit comments

Comments
 (0)