From c86c3d2aacdcccd16da80549849689dd1a2b48a2 Mon Sep 17 00:00:00 2001 From: Robert Rossmann Date: Thu, 11 Apr 2019 16:02:31 +0200 Subject: [PATCH] chore: release 2.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e4b4e..f7e698d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/atom-ide-mocha-core@2.5.0...atom-ide-mocha-core@2.6.0) (2019-04-11) + + +### Bug Fixes + +* **ui:** remove ansi escape sequences from linter messages and console ([fa3aa14](https://github.com/Dreamscapes/atom-ide-mocha-core/commit/fa3aa14)) + + +### Features + +* **ui:** use a prettier formatting in the Linter's detailed description ([cb2799c](https://github.com/Dreamscapes/atom-ide-mocha-core/commit/cb2799c)) + + + + + # [2.5.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/atom-ide-mocha-core@2.4.0...atom-ide-mocha-core@2.5.0) (2019-04-11) diff --git a/package.json b/package.json index acacd0a..814b78e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ide-mocha", "description": "Send your Mocha test suite's progress to Atom and display it using Atom-IDE-UI components", - "version": "2.5.0", + "version": "2.6.0", "author": { "name": "Robert Rossmann", "email": "rr.rossmann@me.com" @@ -26,7 +26,7 @@ }, "contributors": [], "dependencies": { - "atom-ide-mocha-core": "2.5.0" + "atom-ide-mocha-core": "2.6.0" }, "devDependencies": { "@commitlint/cli": "^7.0.0",