Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 1b31fa4

Browse files
committed
Prepare v2.4.1 release
1 parent 692661c commit 1b31fa4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.4.1
4+
5+
* Use Reek's JSON output (#121)
6+
37
## 2.4.0
48

59
* Add rule description to the lint message marker tooltip (#120)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linter-reek",
33
"main": "./lib/linter-reek.js",
44
"private": true,
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"description": "Find code smells in your Ruby projects with Reek",
77
"repository": "https://github.com/AtomLinter/linter-reek.git",
88
"license": "MIT",

0 commit comments

Comments
 (0)