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

Commit ead8d3b

Browse files
committed
Version bump; changelog
1 parent 20f464f commit ead8d3b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
44

55
## [Unreleased]
66

7+
## [0.0.4] - 2018-08-19
8+
79
### Added
810
- 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
911
- Help message when `@WorkingPlusPlus help` is sent (requires the same additional app permissions as above)
@@ -53,7 +55,8 @@ Includes:
5355
- Workaround for iOS automatically replacing -- with an emdash
5456
- Some documentation on installing to Slack and deploying on Heroku
5557

56-
[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...HEAD
58+
[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.4...HEAD
59+
[0.0.4]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...v0.0.4
5760
[0.0.3]: https://github.com/tdmalone/working-plusplus/compare/v0.0.2...v0.0.3
5861
[0.0.2]: https://github.com/tdmalone/working-plusplus/compare/v0.0.1...v0.0.2
5962
[0.0.1]: https://github.com/tdmalone/working-plusplus/compare/456584780...v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "working-plusplus",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Like plusplus.chat, but one that actually works, because you can host it yourself 😉",
55
"main": "index.js",
66
"repository": "[email protected]:tdmalone/working-plusplus.git",

0 commit comments

Comments
 (0)