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

Commit

Permalink
chore: release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Apr 11, 2019
1 parent 068ff73 commit c86c3d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand All @@ -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",
Expand Down

0 comments on commit c86c3d2

Please sign in to comment.