diff --git a/CHANGELOG.md b/CHANGELOG.md index 004f6289..30c60587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.6.0](https://github.com/thibaudcolas/draftjs-filters/compare/v0.5.0...v0.6.0) (2018-01-26) + + +### Features + +* **api:** add cloneEntities to the API ([bdcd15c](https://github.com/thibaudcolas/draftjs-filters/commit/bdcd15c)) +* **filters:** add cloneEntities to filterEditorState ([812bb57](https://github.com/thibaudcolas/draftjs-filters/commit/812bb57)) +* **filters:** add cloneEntity to ensure entity uniqueness. Fix [#10](https://github.com/thibaudcolas/draftjs-filters/issues/10) ([9bda5ba](https://github.com/thibaudcolas/draftjs-filters/commit/9bda5ba)) + + + # [0.5.0](https://github.com/thibaudcolas/draftjs-filters/compare/v0.4.0...v0.5.0) (2018-01-17) diff --git a/package-lock.json b/package-lock.json index f9f10523..2550bae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c6c9bca..c4755d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "0.5.0", + "version": "0.6.0", "description": "Filter Draft.js content to preserve only the formatting you allow", "author": "Thibaud Colas", "license": "MIT",