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

Commit 566033e

Browse files
committed
Release v2.6.0
1 parent f64e051 commit 566033e

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,15 +3,17 @@ Change Log
33

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

6-
[Staged]: ../../compare/v2.5.0...HEAD
6+
[Staged]: ../../compare/v2.6.0...HEAD
77

88

9-
[Staged]
9+
[v2.6.0]
1010
--------------------------------------------------------------------------------
11+
**December 31st, 2019**
1112
* Added [`linter`][] integration for `.editorconfig` files ([`#236`][])
1213
* Improved highlighting of non-standard EditorConfig rules
1314
* Improved support for encodings other than UTF-*/Latin-1
1415

16+
[v2.6.0]: https://github.com/sindresorhus/atom-editorconfig/releases/tag/v2.6.0
1517
[`#236`]: https://github.com/sindresorhus/atom-editorconfig/pull/236
1618
[`linter`]: https://atom.io/packages/linter
1719

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