We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3663d9 commit 4bf5496Copy full SHA for 4bf5496
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-# CSS Grace
+# Change Log
2
+
3
+## V 3.0.0 (2015-11-11) :dog::dog::dog:
4
5
+\+ Use PostCSS 5.0 API #39 (Thanks @yuezk).
6
+\+ Add Appveyor build test.
7
+\* Fix image relative path error #38.
8
9
10
## V 2.0.2 (2015-03-25)
11
@@ -10,9 +17,9 @@
17
18
## V 2.0.0 (2015-01-26)
12
19
13
-\+ Image Path supports a relative path.
20
+\+ Image Path supports a relative path.
14
21
\+ Surpporting Base64 encoding images.
15
22
16
23
## V 1.0.0 (2014-12-31)
24
-> First release
25
+> First release
package.json
@@ -1,6 +1,6 @@
{
"name": "cssgrace",
- "version": "2.0.2",
+ "version": "3.0.0",
"description": "CSS postproccessor",
"main": "lib/index.js",
"author": {
0 commit comments