From ead8d3b1c61b612be1411b0187e29c40ff1c40e9 Mon Sep 17 00:00:00 2001 From: Tim Malone Date: Sun, 19 Aug 2018 16:37:29 +1000 Subject: [PATCH] Version bump; changelog --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1298ad..23848b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [0.0.4] - 2018-08-19 + ### Added - Leaderboard functionality when `@WorkingPlusPlus leaderboard` is sent (requires additional app permissions - see step 6 of the installation instructions), including a link to a full web-based leaderboard with a time-based token to protect your team's data - Help message when `@WorkingPlusPlus help` is sent (requires the same additional app permissions as above) @@ -53,7 +55,8 @@ Includes: - Workaround for iOS automatically replacing -- with an emdash - Some documentation on installing to Slack and deploying on Heroku -[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...HEAD +[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.4...HEAD +[0.0.4]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/tdmalone/working-plusplus/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/tdmalone/working-plusplus/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/tdmalone/working-plusplus/compare/456584780...v0.0.1 diff --git a/package.json b/package.json index 16b7341..ad496d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "working-plusplus", - "version": "0.0.3", + "version": "0.0.4", "description": "Like plusplus.chat, but one that actually works, because you can host it yourself 😉", "main": "index.js", "repository": "git@github.com:tdmalone/working-plusplus.git",