Skip to content

Commit 4bf5496

Browse files
committed
Release 3.0.0
1 parent c3663d9 commit 4bf5496

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# CSS Grace
1+
# 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+
29

310
## V 2.0.2 (2015-03-25)
411

@@ -10,9 +17,9 @@
1017

1118
## V 2.0.0 (2015-01-26)
1219

13-
\+ Image Path supports a relative path.
20+
\+ Image Path supports a relative path.
1421
\+ Surpporting Base64 encoding images.
1522

1623
## V 1.0.0 (2014-12-31)
1724

18-
> First release
25+
> First release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssgrace",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "CSS postproccessor",
55
"main": "lib/index.js",
66
"author": {

0 commit comments

Comments
 (0)