We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dd0c0 commit 569dc24Copy full SHA for 569dc24
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.48.1
4
5
* Fix `Stylelint` hook regex to extract line numbers with more than one digit
6
* Fix `CaseConflicts` hook to work with file paths containing double quotes
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.48.0'
+ VERSION = '0.48.1'
end
0 commit comments