Skip to content

Commit f79854f

Browse files
committed
1.1.0
1 parent ffdfeb0 commit f79854f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0 (Spetember 10, 2017)
2+
3+
- Bumped `CSSO` to `3.2.0`
4+
- Added `--watch` option to run CLI in watch mode (@rijkvanzanten, #4)
5+
- Added `--declaration-list` option to take input as a declaration list (@amarcu5, #8)
6+
- Added `--force-media-merge` option to force `@media` rules merge (see [forceMediaMerge](https://github.com/css/csso#compressast-options) option for details) (@lahmatiy)
7+
18
## 1.0.0 (March 13, 2017)
29

310
- Initial release as standalone package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csso-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Command line interface for CSSO",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)