From e2b5fca9d3d96afd7c80b5b6a9a8e331963f83c6 Mon Sep 17 00:00:00 2001 From: Thibaud Date: Mon, 20 Jan 2020 09:37:27 +0000 Subject: [PATCH] chore(release): v1.0.1 [skip ci] ## [1.0.1](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.0...v1.0.1) (2020-01-20) ### Bug Fixes * **deps:** allow draft-js ^0.11.0 as a peer dependency ([1b0cfa3](https://github.com/thibaudcolas/draftjs-conductor/commit/1b0cfa3490add0307fe2794a20e3eccb3248d41d)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a27441a..f516d814 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). +## [1.0.1](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.0...v1.0.1) (2020-01-20) + +### Bug Fixes + +- **deps:** allow draft-js ^0.11.0 as a peer dependency ([1b0cfa3](https://github.com/thibaudcolas/draftjs-conductor/commit/1b0cfa3490add0307fe2794a20e3eccb3248d41d)) + # [1.0.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v0.5.2...v1.0.0) (2019-08-14) > This release is functionally identical to `v0.5.2`. diff --git a/package-lock.json b/package-lock.json index 5a21f6fe..9405e7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9464b899..8962bf14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "1.0.0", + "version": "1.0.1", "description": "📝✨ Little Draft.js helpers to make rich text editors “just work”", "author": "Thibaud Colas", "license": "MIT",