Skip to content

Commit d5b0dce

Browse files
committed
2.0.0
1 parent f239045 commit d5b0dce

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

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+
716
## 1.3.1
817
* Update static-module. ([@s3ththompson][] in [#15][])
918
* Update stability badge to stable.
1019

1120
[@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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-extract",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "Extract CSS from a browserify bundle",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)