Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 5dabf27

Browse files
committed
bump to v2.0.0
1 parent 83704a2 commit 5dabf27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Check out the tests!
154154
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/).
155155

156156
## Release History
157+
* 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).
157158
* v1.0.0 - Upgrade the underlying tool to Phantom 2.1
158159
* v0.6.0 - Add a CLI version
159160
* v0.5.0 - Add `ignoreConsole` option

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "criticalcss",
33
"description": "Finds the Above the Fold CSS for your page, and outputs it into a file",
4-
"version": "1.0.3",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/filamentgroup/criticalcss",
66
"author": {
77
"name": "Scott Jehl/Jeffrey Lembeck/Filament Group",

0 commit comments

Comments
 (0)