We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4116ab5 commit b4b723fCopy full SHA for b4b723f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Slim-Lint Changelog
2
3
+## 0.32.1
4
+
5
+* Update `QuoteConsistency` to only inspect HTML blocks
6
7
## 0.32.0
8
9
* Add `QuoteConsistency` linter for enforcing single/double quotes
lib/slim_lint/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module SlimLint
- VERSION = '0.32.0'
+ VERSION = '0.32.1'
end
0 commit comments