Skip to content

Commit

Permalink
Cut version 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 27, 2023
1 parent dc93dc4 commit 33bcd0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# SCSS-Lint Changelog

## 0.60.0

* Add `scroll-margin` family of properties to allowlist
* Add `gap` family of properties to allowlist
* Add `text-underline-offset` property to allowlist
* Add `place-items` property to allowlist
* Add `accent-color` property to allowlist
* Add `scroll-padding` family of properties to allowlist
* Add support for Ruby 3.2

## 0.59.0

* Add `overflow-wrap` to `PropertySortOrder` list for SMACSS
Expand Down
2 changes: 1 addition & 1 deletion lib/scss_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module SCSSLint
VERSION = '0.59.0'.freeze
VERSION = '0.60.0'.freeze
end

0 comments on commit 33bcd0f

Please sign in to comment.