diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec512ad..d50f788f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Changelog > All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [[v0.3.3]](https://github.com/springload/draftail/releases/tag/v0.3.3) - 2016-12-13 + +### Added + +- Allow customisation of block style function & block render map + ## [[v0.3.2]](https://github.com/springload/draftail/releases/tag/v0.3.2) - 2016-11-29 ### Added diff --git a/package.json b/package.json index 8f12463a..3ec5a2bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftail", - "version": "0.3.2", + "version": "0.3.3", "description": "A batteries-excluded rich text editor based on Draft.js", "author": "Springload", "license": "MIT",