Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 11, 2017
1 parent ffdfeb0 commit f79854f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.0 (Spetember 10, 2017)

- Bumped `CSSO` to `3.2.0`
- Added `--watch` option to run CLI in watch mode (@rijkvanzanten, #4)
- Added `--declaration-list` option to take input as a declaration list (@amarcu5, #8)
- Added `--force-media-merge` option to force `@media` rules merge (see [forceMediaMerge](https://github.com/css/csso#compressast-options) option for details) (@lahmatiy)

## 1.0.0 (March 13, 2017)

- Initial release as standalone package
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csso-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "Command line interface for CSSO",
"keywords": [
"cli",
Expand Down

0 comments on commit f79854f

Please sign in to comment.