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

Commit aa048e8

Browse files
committed
Prepare v2.1.1 release
1 parent 3e02a8f commit aa048e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.1
4+
5+
* Better validation of messages ([#26][])
6+
7+
[#26]: https://github.com/AtomLinter/atom-minimap-linter/pull/26
8+
39
## 2.1.0
410

511
* Add support for `diagnostics-store` messages (`atom-ide-ui`) ([#23][])

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

0 commit comments

Comments
 (0)