Skip to content

Commit cea6619

Browse files
authored
Bump 1.2.4
1 parent f45bbe5 commit cea6619

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 1.2.4 (2024-10-16)
6+
7+
- Fix RuboCop warnings.
8+
59
## 1.2.3 (2024-09-12)
610

711
- Do no try linting `.mdx` files by default.

lib/rubocop/markdown/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RuboCop
44
module Markdown
5-
VERSION = "1.2.3"
5+
VERSION = "1.2.4"
66
end
77
end

0 commit comments

Comments
 (0)