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

Commit

Permalink
Prepare v2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Oct 25, 2020
1 parent 0bfb103 commit 6e23012
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.2.2

* Add an activation hook to delay package loading till Atom is ready ([#80][])
* Fix messages not being updated properly ([#82][])
* Add `minimap-plus` to the options for `minimap` providers ([#86][])
* Many dependency updates

[#80]: https://github.com/AtomLinter/atom-minimap-linter/pull/80
[#82]: https://github.com/AtomLinter/atom-minimap-linter/pull/82
[#86]: https://github.com/AtomLinter/atom-minimap-linter/pull/86

## 2.2.1

* Fixed TypeError when changing settings ([#47][])
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1",
"version": "2.2.2",
"description": "Minimap display for Linter messages",
"keywords": [
"atom",
Expand Down

0 comments on commit 6e23012

Please sign in to comment.