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,11 +3,12 @@ Change Log
3
3
4
4
This project honours [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- [ Staged ] : ../../compare/v2.2 .0...HEAD
6
+ [ Staged ] : ../../compare/v2.3 .0...HEAD
7
7
8
8
9
- [ Staged ]
9
+ [ v2.3.0 ]
10
10
--------------------------------------------------------------------------------
11
+ ** February 14th, 2019**
11
12
* Fixed [ ` #220 ` ] [ ] : Editors not retaining correct settings at startup
12
13
* Fixed [ ` #222 ` ] [ ] : Check ` editor.buffer ` property before using it
13
14
* Fixed [ ` #227 ` ] [ ] : Missing support for ` latin1 ` as a ` charset ` value
@@ -17,6 +18,7 @@ This project honours [Semantic Versioning](http://semver.org/).
17
18
* Replaced ` auto ` with ` unset ` as per new spec ([ ` #194 ` ] [ ] )
18
19
* Replaced highlighting grammar with a refactored and better structured one
19
20
21
+ [ v2.3.0 ] : https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.3.0
20
22
[ `atom-mocha` ] : https://www.npmjs.com/package/atom-mocha
21
23
[ `#194` ] : https://github.com/sindresorhus/atom-editorconfig/pull/194
22
24
[ `#215` ] : https://github.com/sindresorhus/atom-editorconfig/pull/215
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " editorconfig" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.3.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