Skip to content

Commit

Permalink
2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Jan 28, 2015
1 parent 273ee5b commit edca7f4
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 253 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.3.1

2015-01-28

- Fix depends option (regression in 2.3.0)
- Support parent selector (`&`) used in sub element expression (e.g. `:not(.c_&)`)

# 2.3.0

2015-01-27
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less",
"version": "2.3.0",
"version": "2.3.1",
"main": "dist/less.js",
"ignore": [
"**/.*",
Expand Down

0 comments on commit edca7f4

Please sign in to comment.