From 33bcd0f5ea3b914dbbf12c6d7d68d1d16c6d704a Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Fri, 27 Jan 2023 09:58:08 -0800 Subject: [PATCH] Cut version 0.60.0 --- CHANGELOG.md | 10 ++++++++++ lib/scss_lint/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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