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

Commit 775a88a

Browse files
committed
Version bump; changelog
1 parent efe2224 commit 775a88a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.0.3] - 2018-08-11
8+
9+
### Added
10+
- A framework for providing 'sets' of random messages, each with a configurable probability of being chosen
11+
- A small probability of a 'shifty' response (requires the `:shifty:` emoticon on your Slack team)
12+
- Contributors: many more tests than are probably needed for an app of this size
13+
- Contributors: additional documentation for contributing to this app
14+
15+
### Changed
16+
- Message types now allow for richer formatting, with different components able to be easily moved around
17+
- Contributors: some linting rules have been changed to make them easier to deal with
18+
- Contributors: new `devDependencies` in this release (run `yarn` or `npm install` to update)
19+
720
## [0.0.2] - 2018-08-09
821

922
### Added
@@ -28,6 +41,7 @@ Includes:
2841
- Workaround for iOS automatically replacing -- with an emdash
2942
- Some documentation on installing to Slack and deploying on Heroku
3043

31-
[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.2...HEAD
44+
[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...HEAD
45+
[0.0.3]: https://github.com/tdmalone/working-plusplus/compare/v0.0.2...v0.0.3
3246
[0.0.2]: https://github.com/tdmalone/working-plusplus/compare/v0.0.1...v0.0.2
3347
[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.1",
3+
"version": "0.0.3",
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)