We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402767 commit 14e4415Copy full SHA for 14e4415
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# SCSS-Lint Changelog
2
3
-## master (unreleased)
+## 0.54.0
4
5
* Add `cubic-bezier` to `NameFormat` whitelist
6
* Allow triple-slash (`///`) comments in `SpaceAfterComment`
lib/scss_lint/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module SCSSLint
- VERSION = '0.53.0'.freeze
+ VERSION = '0.54.0'.freeze
end
0 commit comments