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

Commit 1707dbd

Browse files
committed
Prepare v2.0.1 release
1 parent 9d22f5c commit 1707dbd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.1
4+
5+
* Fixed a bug with multiple Editors open to the same file not showing the
6+
correct highlighting.
7+
38
## 2.0.0
49

510
* Rewrite to handle Linter v2, now works as a Linter "UI" instead of hooking

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimap-linter",
33
"main": "./lib/minimap-linter.js",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Minimap display for Linter messages",
66
"keywords": [
77
"atom",

0 commit comments

Comments
 (0)