Skip to content

Commit

Permalink
v0.3.1 bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Sep 25, 2018
1 parent ed0f149 commit e605c87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.vscode/
test/
pkg/

coverage/
.travis.yml
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Pre-releases

## v0.3.1

- Add details about the TypeScript implementation of the protocol
- Fix off-by-one error in protocol documentation ([#8](https://github.com/brannondorsey/chattervox/issues/8))
- Add [FAQ](FAQ.md) ([#5](https://github.com/brannondorsey/chattervox/issues/5))
- Only supporting linux for now (this was always true, but now we are making it explicit)
- Add `pkg.sh` script, run by `npm run pkg`
- Add test coverage with istanbul/nyc and coveralls
- Add continuous integration with Travis CI

## v0.3.0

- Add `config.validate()`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chattervox",
"version": "0.3.0",
"version": "0.3.1",
"description": "An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves 📡〰.",
"main": "build/main.js",
"bin": {
Expand Down

0 comments on commit e605c87

Please sign in to comment.