From e605c8793e90d9e95b6119bca487828a6f07b89a Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Mon, 24 Sep 2018 20:53:50 -0400 Subject: [PATCH] v0.3.1 bump. --- .npmignore | 3 ++- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 3e65c3b..b5bf09d 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ .vscode/ test/ pkg/ - +coverage/ +.travis.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdea45..0c7f35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()`. diff --git a/package.json b/package.json index 9c9ec5e..4d6e587 100644 --- a/package.json +++ b/package.json @@ -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": {