Skip to content

Commit ce9e596

Browse files
committed
1.3.1
1 parent 95efc43 commit ce9e596

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

0 commit comments

Comments
 (0)