From cab56247b3eb4ac9d3a5d74ba7785205c2b67873 Mon Sep 17 00:00:00 2001 From: Ananto Ghosh Date: Sun, 15 Jul 2018 14:32:35 +0530 Subject: [PATCH] Release 2.0.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fe5c62e..17573db1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gatsby Plugin Purgecss (beta) +# Gatsby Plugin Purgecss For Gatsby 2 only [![Build Status](https://travis-ci.org/anantoghosh/gatsby-plugin-purgecss.svg?branch=master)](https://travis-ci.org/anantoghosh/gatsby-plugin-purgecss) @@ -102,7 +102,7 @@ This plugins supports most purgecss options as is (except `css`). ## Versioning Gatsy-plugin-purgecss use [SemVer](http://semver.org/) for versioning. -It will try to match official gatsby plugin's major version when released. +It will try to match official gatsby plugin's major version. ## Acknowledgment diff --git a/package.json b/package.json index 46e5ec14..44c8837e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-purgecss", "description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules.", - "version": "0.3.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "author": "Ananto Ghosh",