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

Commit f807d8f

Browse files
committed
Release v2.4.0
1 parent 794e624 commit f807d8f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ Change Log
33

44
This project honours [Semantic Versioning](http://semver.org/).
55

6-
[Staged]: ../../compare/v2.3.0...HEAD
6+
[Staged]: ../../compare/v2.4.0...HEAD
77

88

9-
[Staged]
9+
[v2.4.0]
1010
--------------------------------------------------------------------------------
11+
**April 3rd, 2019**
1112
* Added `fix-file-quietly` command that runs `fix-file` without any notification
1213
* Added error highlighting to confusable rule names (`tab_size`/`indent_width`)
1314
* Fixed [`#219`][]: Uncaught `TypeError` thrown when running show-status command
1415
* Improved UX when generating status-report
1516

17+
[v2.4.0]: https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.4.0
1618
[`#219`]: https://github.com/sindresorhus/atom-editorconfig/issues/219
1719

1820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editorconfig",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Helps developers maintain consistent coding styles between different editors",
55
"license": "MIT",
66
"repository": "sindresorhus/atom-editorconfig",

0 commit comments

Comments
 (0)