There was an error while loading. Please reload this page.
1 parent 95efc43 commit ce9e596Copy full SHA for ce9e596
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# css-extract change log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.3.1
8
+* Update static-module. ([@s3ththompson][] in [#15][])
9
+* Update stability badge to stable.
10
11
+[@s3ththompson]: https://github.com/s3ththompson
12
+[#15]: https://github.com/stackss/css-extract/pull/15
package.json
@@ -1,6 +1,6 @@
{
"name": "css-extract",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Extract CSS from a browserify bundle",
"main": "index.js",
"scripts": {
0 commit comments