This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ Change Log
3
3
4
4
This project honours [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- [ Staged ] : ../../compare/v2.3 .0...HEAD
6
+ [ Staged ] : ../../compare/v2.4 .0...HEAD
7
7
8
8
9
- [ Staged ]
9
+ [ v2.4.0 ]
10
10
--------------------------------------------------------------------------------
11
+ ** April 3rd, 2019**
11
12
* Added ` fix-file-quietly ` command that runs ` fix-file ` without any notification
12
13
* Added error highlighting to confusable rule names (` tab_size ` /` indent_width ` )
13
14
* Fixed [ ` #219 ` ] [ ] : Uncaught ` TypeError ` thrown when running show-status command
14
15
* Improved UX when generating status-report
15
16
17
+ [ v2.4.0 ] : https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.4.0
16
18
[ `#219` ] : https://github.com/sindresorhus/atom-editorconfig/issues/219
17
19
18
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " editorconfig" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Helps developers maintain consistent coding styles between different editors" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " sindresorhus/atom-editorconfig" ,
You can’t perform that action at this time.
0 commit comments