From 30caacb6dfaa37db27515a33dc3f876b87c7256d Mon Sep 17 00:00:00 2001 From: Stephen Harris Date: Mon, 18 Jul 2016 23:02:30 +0100 Subject: [PATCH] Bump version to 2.0.1 and update reamde --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0865704..2a9ca05 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > Converts WordPress readme.txt file to markdown (readme.md) ## Getting Started -This plugin requires Grunt `~0.4.1` +This plugin requires Grunt `>=0.4.1` 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: @@ -84,6 +84,9 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History +### 2.0.1 - 18th July 2016 +- Updated peerDependencies - see http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released + ### 2.0.0 - 31st May 2016 - **Breaking change:** The default value of `screenshot_url` has been changed from `http://ps.w.org/{plugin}/assets/{screenshot}.png` to `false`. By default no screenshot images are included in the generated `readme.md`. Please see [#14](https://github.com/stephenharris/wp-readme-to-markdown/issues/14) for details. - Contributors have their links to their wordpress.org profile automatically inserted. [#12](https://github.com/stephenharris/wp-readme-to-markdown/issues/12) diff --git a/package.json b/package.json index b9469f4..0175c55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-wp-readme-to-markdown", "description": "Converts WP readme.txt file to markdown (readme.md)", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/stephenharris/wp-readme-to-markdown", "author": { "name": "Stephen Harris",