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

Commit ac7f134

Browse files
chore(release): 2.4.1 [skip ci]
1 parent d06d51c commit ac7f134

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.4.1](https://github.com/AtomLinter/linter-rubocop/compare/v2.4.0...v2.4.1) (2019-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed missing trailing comma, comma-dangle ([116c35a](https://github.com/AtomLinter/linter-rubocop/commit/116c35a))
7+
* removed configuration to run Rubocop with extra Rails cops ([9086d2c](https://github.com/AtomLinter/linter-rubocop/commit/9086d2c))
8+
19
# [2.4.0](https://github.com/AtomLinter/linter-rubocop/compare/v2.3.4...v2.4.0) (2019-06-06)
210

311

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
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-rubocop",
33
"main": "./src/index.js",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"private": true,
66
"description": "Lint Ruby on the fly, using rubocop",
77
"repository": "https://github.com/AtomLinter/linter-rubocop",

0 commit comments

Comments
 (0)