Skip to content

Commit

Permalink
Re-release as major version
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Nov 8, 2019
1 parent 070f819 commit 9a51411
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
v1.0.10
date: 07-11-2019
v2.0.0
date: 08-11-2019
changes:
- Updated PostCSS to 7.0.21
- Updated kleur to 3.0.3
- Requires Node 8.x or above

v1.0.9
date: 05-07-2019
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
## Getting Started
This plugin requires Grunt `~1.0.3`

**Note:** As of v2.0.0, NodeJS 8.x or above is required.

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:

```shell
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodder/grunt-postcss",
"version": "1.0.10",
"version": "2.0.0",
"description": "Apply several post-processors to your CSS using PostCSS",
"author": {
"name": "Dmitry Nikitenko",
Expand All @@ -9,7 +9,7 @@
"repository": "C-Lodder/grunt-postcss",
"license": "MIT",
"engines": {
"node": ">= 6"
"node": ">= 8"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 9a51411

Please sign in to comment.