Skip to content

Commit

Permalink
Merge pull request #47 from DVDAGames/release/3.1.0
Browse files Browse the repository at this point in the history
chore(docs): updated readme and changelog for latest release
  • Loading branch information
ericrallen authored Mar 14, 2019
2 parents f2b08bf + 3e4fe01 commit f003391
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

*No unreleased changes*

## [3.1.0] - 2019-03-13
### Added
- Added broadcasting of the contents of ancillary files (e.g. `Status.json`) as events

### Housekeeping
- Fixed several misspelled words throughout the project

## [3.0.1] - 2019-03-10
### Fixed
- Ignore `ECONNRESET` error from WebSocket to prevent application crashing when
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ by passing the desired event names as an Array to the server. There is an exampl
Journal Server so that users don't have to install Node or run scripts in a Terminal.

If you're building something with `@dvdagames/elite-dangerous-journal-server` please let us know or submit a
[Pull Request](https://github.com/DVDAGames/elite-dangerous-journal-server/pulls) adding your project to this list.
[Pull Request](https://github.com/DVDAGames/elite-dangerous-journal-server/pulls) adding your project to this list.


## Contributors
Expand Down Expand Up @@ -257,3 +257,5 @@ and discussions
including `fs.watch()` issues with the Journals and using Bonjour for Network Discovery
- [Frontier Forums Elite Dangerous Journal Discussion](https://forums.frontier.co.uk/showthread.php/275151-Commanders-log-manual-and-data-sample)
for providing some info about what's in these files and how they work
- [CMDR rolandbosa](https://github.com/rolandbosa) for adding some necessary new
functionality long after I was no longer able to play the game

0 comments on commit f003391

Please sign in to comment.