Skip to content

Commit 33bcd0f

Browse files
committed
Cut version 0.60.0
1 parent dc93dc4 commit 33bcd0f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# SCSS-Lint Changelog
22

3+
## 0.60.0
4+
5+
* Add `scroll-margin` family of properties to allowlist
6+
* Add `gap` family of properties to allowlist
7+
* Add `text-underline-offset` property to allowlist
8+
* Add `place-items` property to allowlist
9+
* Add `accent-color` property to allowlist
10+
* Add `scroll-padding` family of properties to allowlist
11+
* Add support for Ruby 3.2
12+
313
## 0.59.0
414

515
* Add `overflow-wrap` to `PropertySortOrder` list for SMACSS

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

0 commit comments

Comments
 (0)