Skip to content

Commit f766c44

Browse files
committed
Cut version 0.57.0
1 parent b5d624d commit f766c44

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.57.0
6+
57
* Add `text-decoration-skip` property to `PropertySpelling`
68
* Drop support for Ruby 2.0
79
* Require `sass` gem 3.5.5 or newer

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.56.0'.freeze
5+
VERSION = '0.57.0'.freeze
66
end

0 commit comments

Comments
 (0)