diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc56ebe..280c48f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/scss_lint/version.rb b/lib/scss_lint/version.rb index 92a8d8f2..d6bc5240 100644 --- a/lib/scss_lint/version.rb +++ b/lib/scss_lint/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module SCSSLint - VERSION = '0.59.0'.freeze + VERSION = '0.60.0'.freeze end