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

Commit 02e9ae0

Browse files
committed
Prepare v2.0.2 release
1 parent c73e690 commit 02e9ae0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.2
4+
5+
* Guard against minimap losing its association with a `TextEditor`.
6+
37
## 2.0.1
48

59
* Fixed a bug with multiple Editors open to the same file not showing the

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.1",
4+
"version": "2.0.2",
55
"description": "Minimap display for Linter messages",
66
"keywords": [
77
"atom",

0 commit comments

Comments
 (0)