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

Commit

Permalink
Prepare v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 22, 2017
1 parent 844dc26 commit 5e75060
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## 2.0.0

* Rewrite to handle Linter v2, now works as a Linter "UI" instead of hooking
into the Linter internals, which should make it forwards compatible.
* Also updates some conventions with regards to the Minimap consumer
* Add specs and CI to ensure things stay working

## 1.0.0
* (fix) Plugin activation/deactivation
* (feat) Support for info markers
* (feat) Marker style configuration

* (fix) Plugin activation/deactivation
* (feat) Support for info markers
* (feat) Marker style configuration

## 0.1.0 - First Release
* Every feature added
* Every bug fixed
* TODO: tests

* Every feature added
* Every bug fixed
* TODO: tests
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": "1.6.0",
"version": "2.0.0",
"description": "Minimap display for Linter messages",
"keywords": [
"atom",
Expand Down

0 comments on commit 5e75060

Please sign in to comment.