From 819c2867d6b62c5bef22bb6b5e5a4ffce5e8b0b3 Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Sun, 10 Feb 2019 11:32:29 -0500 Subject: [PATCH] v0.5.0 version bump. --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2ed15..f0ade41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Pre-releases +## v0.5.0 + +- Add `exec` and `tty` subcommands. + ## v0.4.0 - Add `send` and `receive` subcommands ([#16](https://github.com/brannondorsey/chattervox/issues/16)). diff --git a/package.json b/package.json index 154d630..3ef6a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chattervox", - "version": "0.4.0", + "version": "0.5.0", "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": {