Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 477f12e

Browse files
committed
1.0.1
1 parent 73539b0 commit 477f12e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
# 1.0.1 - 2015-02-13
2+
3+
- Fixed: saving a `@import`ed css file trigger a webpack build
4+
5+
# 1.0.0 - 2015-02-06
6+
7+
- Changed: upgrade to cssnext 1.x
8+
19
# 0.2.0 - 2014-12-24
210

3-
- improved source maps support (thanks @thetalecrafter)
11+
- Added: improved source maps support (thanks @thetalecrafter)
412

513
# 0.1.1 - 2014-12-02
614

7-
- code simplification
15+
- Code simplification
816

917
# 0.1.0 - 2014-11-28
1018

11-
- first release
19+
✨ Initial release
1220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnext-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "webpack loader for cssnext",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)