Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Version bump; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone committed Aug 19, 2018
1 parent 20f464f commit ead8d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:tdmalone/working-plusplus.git",
Expand Down

0 comments on commit ead8d3b

Please sign in to comment.