Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 11, 2016
1 parent fc3f047 commit 9a0ff7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 2.1.1 (May 11, 2016)

- Fix wrong declaration with `\9` hack merge (#295)

## 2.1.0 (May 8, 2016)

- new option `comments` to specify what comments to left: `exclamation`, `first-exclamation` and `none`
- add `offset` to CSS parse error details
- fix token `offset` computation
- New option `comments` to specify what comments to left: `exclamation`, `first-exclamation` and `none`
- Add `offset` to CSS parse error details
- Fix token `offset` computation

## 2.0.0 (April 5, 2016)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csso",
"version": "2.1.0",
"version": "2.1.1",
"description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations",
"keywords": [
"css",
Expand Down

0 comments on commit 9a0ff7e

Please sign in to comment.