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 11, 2018
1 parent efe2224 commit 775a88a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.0.3] - 2018-08-11

### Added
- A framework for providing 'sets' of random messages, each with a configurable probability of being chosen
- A small probability of a 'shifty' response (requires the `:shifty:` emoticon on your Slack team)
- Contributors: many more tests than are probably needed for an app of this size
- Contributors: additional documentation for contributing to this app

### Changed
- Message types now allow for richer formatting, with different components able to be easily moved around
- Contributors: some linting rules have been changed to make them easier to deal with
- Contributors: new `devDependencies` in this release (run `yarn` or `npm install` to update)

## [0.0.2] - 2018-08-09

### Added
Expand All @@ -28,6 +41,7 @@ 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.2...HEAD
[Unreleased]: https://github.com/tdmalone/working-plusplus/compare/v0.0.3...HEAD
[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.1",
"version": "0.0.3",
"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 775a88a

Please sign in to comment.