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

Commit 6e23012

Browse files
committed
Prepare v2.2.2 release
1 parent 0bfb103 commit 6e23012

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 2.2.2
4+
5+
* Add an activation hook to delay package loading till Atom is ready ([#80][])
6+
* Fix messages not being updated properly ([#82][])
7+
* Add `minimap-plus` to the options for `minimap` providers ([#86][])
8+
* Many dependency updates
9+
10+
[#80]: https://github.com/AtomLinter/atom-minimap-linter/pull/80
11+
[#82]: https://github.com/AtomLinter/atom-minimap-linter/pull/82
12+
[#86]: https://github.com/AtomLinter/atom-minimap-linter/pull/86
13+
314
## 2.2.1
415

516
* Fixed TypeError when changing settings ([#47][])

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)