From 5dabf27676d4ad8be1244c7699569d3da2a9b973 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 6 Sep 2016 14:58:41 -0400 Subject: [PATCH] bump to v2.0.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0004d6..120453b 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Check out the tests! In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History +* V2.0.0 - Append the declarations from the original input CSS to selectors chosen by criticalCSS (includes vendor prefixes and other bits that the CSS object model misses). * v1.0.0 - Upgrade the underlying tool to Phantom 2.1 * v0.6.0 - Add a CLI version * v0.5.0 - Add `ignoreConsole` option diff --git a/package.json b/package.json index f4d7de5..de5ccb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "criticalcss", "description": "Finds the Above the Fold CSS for your page, and outputs it into a file", - "version": "1.0.3", + "version": "2.0.0", "homepage": "https://github.com/filamentgroup/criticalcss", "author": { "name": "Scott Jehl/Jeffrey Lembeck/Filament Group",