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

Commit 5d18982

Browse files
committed
Prepare v2.1.0 release
1 parent 46d15d7 commit 5d18982

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.0
4+
5+
* Add support for `diagnostics-store` messages (`atom-ide-ui`) ([#23][])
6+
* Fix a bug where messages could get "stuck" ([#24][])
7+
8+
[#23]: https://github.com/AtomLinter/atom-minimap-linter/pull/23
9+
[#24]: https://github.com/AtomLinter/atom-minimap-linter/pull/24
10+
311
## 2.0.2
412

513
* Guard against minimap losing its association with a `TextEditor`.

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

0 commit comments

Comments
 (0)