From 775a88af8d25c92dea244a604b45cffa18c81d1a Mon Sep 17 00:00:00 2001 From: Tim Malone Date: Sat, 11 Aug 2018 22:06:58 +1000 Subject: [PATCH] Version bump; changelog --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b1c70..eb7010f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 02f17bd..5b1d2e7 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:tdmalone/working-plusplus.git",