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

Commit a9c1066

Browse files
committed
Release v2.3.0
1 parent 924dd6b commit a9c1066

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,11 +3,12 @@ Change Log
33

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

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

88

9-
[Staged]
9+
[v2.3.0]
1010
--------------------------------------------------------------------------------
11+
**February 14th, 2019**
1112
* Fixed [`#220`][]: Editors not retaining correct settings at startup
1213
* Fixed [`#222`][]: Check `editor.buffer` property before using it
1314
* Fixed [`#227`][]: Missing support for `latin1` as a `charset` value
@@ -17,6 +18,7 @@ This project honours [Semantic Versioning](http://semver.org/).
1718
* Replaced `auto` with `unset` as per new spec ([`#194`][])
1819
* Replaced highlighting grammar with a refactored and better structured one
1920

21+
[v2.3.0]: https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.3.0
2022
[`atom-mocha`]: https://www.npmjs.com/package/atom-mocha
2123
[`#194`]: https://github.com/sindresorhus/atom-editorconfig/pull/194
2224
[`#215`]: https://github.com/sindresorhus/atom-editorconfig/pull/215

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.2.2",
3+
"version": "2.3.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)