diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b193502..3f0e449f 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.0.1](https://github.com/thibaudcolas/draftjs-filters/compare/v2.0.0...v2.0.1) (2018-09-28) + +### Bug Fixes + +- **release:** make sure released package does not contain archive ([#22](https://github.com/thibaudcolas/draftjs-filters/issues/22)) ([c678b03](https://github.com/thibaudcolas/draftjs-filters/commit/c678b03)) + # [2.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v1.0.0...v2.0.0) (2018-09-28) ### Features diff --git a/package-lock.json b/package-lock.json index d1958127..34bb8f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a1d4fcec..88ad451e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-filters", - "version": "2.0.0", + "version": "2.0.1", "description": "Filter Draft.js content to preserve only the formatting you allow", "author": "Thibaud Colas", "license": "MIT",