diff --git a/CHANGELOG.md b/CHANGELOG.md index e53e0e0f..0c780408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). +# [2.3.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.2.4...v2.3.0) (2020-01-03) + +### Features + +- **api:** add `blockTextRules` parameter to options. Fix [#65](https://github.com/thibaudcolas/draftjs-filters/issues/65) ([#127](https://github.com/thibaudcolas/draftjs-filters/issues/127)) ([2850d72](https://github.com/thibaudcolas/draftjs-filters/commit/2850d7219abe8f17411c93376c62448accd1516d)) + ## [2.2.4](https://github.com/thibaudcolas/draftjs-filters/compare/v2.2.3...v2.2.4) (2019-10-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6ec1dbc8..39487833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "2.2.4", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a916b75a..81fc1f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "2.2.4", + "version": "2.3.0", "description": "Filter Draft.js content to preserve only the formatting you allow", "author": "Thibaud Colas", "license": "MIT",