Skip to content

Commit cd75269

Browse files
committed
Cut version 0.56.0
1 parent cc101a6 commit cd75269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SCSS-Lint Changelog
22

3-
## master (unreleased)
3+
## 0.56.0
44

55
* Add support for Sass 3.5. [Custom properties are not yet supported](https://github.com/brigade/scss-lint/pull/927).
66
* Modify all output formats to include a linter even for syntax or encoding errors

lib/scss_lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module SCSSLint
5-
VERSION = '0.55.0'.freeze
5+
VERSION = '0.56.0'.freeze
66
end

scss_lint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = 'SCSS lint tool'
1010
s.description = 'Configurable tool for writing clean and consistent SCSS'
1111
s.authors = ['Brigade Engineering', 'Shane da Silva']
12-
s.email = ['[email protected]', 'shane[email protected]']
12+
s.email = ['[email protected]', 'shane@dasilva.io']
1313
s.homepage = SCSSLint::REPO_URL
1414

1515
s.require_paths = ['lib']

0 commit comments

Comments
 (0)