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

Commit 5e75060

Browse files
committed
Prepare v2.0.0 release
1 parent 844dc26 commit 5e75060

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

CHANGELOG.md

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
# Changelog
2+
3+
## 2.0.0
4+
5+
* Rewrite to handle Linter v2, now works as a Linter "UI" instead of hooking
6+
into the Linter internals, which should make it forwards compatible.
7+
* Also updates some conventions with regards to the Minimap consumer
8+
* Add specs and CI to ensure things stay working
9+
110
## 1.0.0
2-
* (fix) Plugin activation/deactivation
3-
* (feat) Support for info markers
4-
* (feat) Marker style configuration
11+
12+
* (fix) Plugin activation/deactivation
13+
* (feat) Support for info markers
14+
* (feat) Marker style configuration
15+
516
## 0.1.0 - First Release
6-
* Every feature added
7-
* Every bug fixed
8-
* TODO: tests
17+
18+
* Every feature added
19+
* Every bug fixed
20+
* TODO: tests

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

0 commit comments

Comments
 (0)