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

Commit

Permalink
Prepare v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Sep 18, 2017
1 parent 46d15d7 commit 5d18982
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.1.0

* Add support for `diagnostics-store` messages (`atom-ide-ui`) ([#23][])
* Fix a bug where messages could get "stuck" ([#24][])

[#23]: https://github.com/AtomLinter/atom-minimap-linter/pull/23
[#24]: https://github.com/AtomLinter/atom-minimap-linter/pull/24

## 2.0.2

* Guard against minimap losing its association with a `TextEditor`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimap-linter",
"main": "./lib/minimap-linter.js",
"version": "2.0.2",
"version": "2.1.0",
"description": "Minimap display for Linter messages",
"keywords": [
"atom",
Expand Down

0 comments on commit 5d18982

Please sign in to comment.