From 899a219dd354d3c912eb7004d1d2efbf1ccf0c44 Mon Sep 17 00:00:00 2001 From: Paul O'Flaherty Date: Sun, 2 Apr 2017 16:55:37 +1000 Subject: [PATCH] Updating Changelog and version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db5275..465096b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.0.25] - 2017-04-02 + +- Fixed #11: Allow changing styles from Chat component. (Paul.O'Flaherty) + ## [0.0.24] - 2017-02-03 - Fixed #6: When new messages are added to the queue, they now display - Only supports adding, not removing. (Paul.O'Flaherty) diff --git a/package.json b/package.json index f5fe2c7..8707e3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-template", - "version": "0.0.24", + "version": "0.0.25", "description": "Chat-Template is a React component that enables quick prototyping of bot conversations.", "repository": { "type": "git",