File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 2.0.0
8
+ * Update dependencies. ([ @goto-bus-stop ] [ ] in [ #16 ] [ ] )
9
+ * Add test for ` insertCss(someDynamicValue) ` . ([ @ahdinosaur ] [ ] in [ #12 ] [ ] )
10
+
11
+ [ @goto-bus-stop ] : https://github.com/goto-bus-stop
12
+ [ @ahdinosaur ] : https://github.com/ahdinosaur
13
+ [ #12 ] : https://github.com/stackcss/css-extract/pull/12
14
+ [ #16 ] : https://github.com/stackcss/css-extract/pull/16
15
+
7
16
## 1.3.1
8
17
* Update static-module. ([ @s3ththompson ] [ ] in [ #15 ] [ ] )
9
18
* Update stability badge to stable.
10
19
11
20
[ @s3ththompson ] : https://github.com/s3ththompson
12
- [ #15 ] : https://github.com/stackss /css-extract/pull/15
21
+ [ #15 ] : https://github.com/stackcss /css-extract/pull/15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-extract" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " Extract CSS from a browserify bundle" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments