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

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - atom-ide-mocha-core@2.3.0
 - mocha-reporter-remote@1.6.0
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 6080de6 commit 2cf831f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/atom-ide-mocha-core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/atom-ide-mocha-core@2.2.0...atom-ide-mocha-core@2.3.0) (2019-03-05)


### Features

* **ui:** move socket/port creation to a bundled dependency 🎨 ([4144c3c](https://github.com/Dreamscapes/atom-ide-mocha-core/commit/4144c3c))





# [2.2.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/atom-ide-mocha-core@2.1.1...atom-ide-mocha-core@2.2.0) (2019-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/atom-ide-mocha-core/package.json
@@ -1,7 +1,7 @@
{
"name": "atom-ide-mocha-core",
"description": "Code for IDE-Mocha Atom package",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "Robert Rossmann",
"email": "rr.rossmann@me.com"
Expand Down
11 changes: 11 additions & 0 deletions packages/mocha-reporter-remote/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/mocha-reporter-remote@1.5.0...mocha-reporter-remote@1.6.0) (2019-03-05)


### Features

* **reporter:** implement deterministic socket/port address derivation ([60643bf](https://github.com/Dreamscapes/atom-ide-mocha-core/commit/60643bf))





# [1.5.0](https://github.com/Dreamscapes/atom-ide-mocha-core/compare/mocha-reporter-remote@1.4.0...mocha-reporter-remote@1.5.0) (2019-02-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/mocha-reporter-remote/package.json
@@ -1,13 +1,13 @@
{
"name": "mocha-reporter-remote",
"description": "Deliver Mocha reporter events over TCP or socket connection",
"version": "1.5.0",
"version": "1.6.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"bugs": "https://github.com/Dreamscapes/atom-ide-mocha-core/issues",
"contributors": [],
"dependencies": {
"remote-event-emitter": "^1.2.0",
"@atom-ide/utils": "file:../../bundled/utils"
"@atom-ide/utils": "file:../../bundled/utils",
"remote-event-emitter": "^1.2.0"
},
"devDependencies": {
"mocha": "^5.0.0"
Expand Down

0 comments on commit 2cf831f

Please sign in to comment.