Skip to content

Commit

Permalink
Cut version 0.27.0
Browse files Browse the repository at this point in the history
Change-Id: I5a607b48b71a103a048c5e5027d1ecf30e6f1b12
Reviewed-on: http://gerrit.causes.com/41739
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds committed Aug 19, 2014
1 parent a06fce5 commit e2c5e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SCSS-Lint Changelog

## master (unreleased)
## 0.27.0

* Fix broken `ignore_unspecified` option in `PropertySortOrder`
* Add linting of `@include` and `@if`/`@else` blocks in `PropertySortOrder`
Expand Down
2 changes: 1 addition & 1 deletion lib/scss_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module SCSSLint
VERSION = '0.26.2'
VERSION = '0.27.0'
end

0 comments on commit e2c5e04

Please sign in to comment.