From c265845c49e37f35f921c196fa8d3a3c8eb57b89 Mon Sep 17 00:00:00 2001 From: Thibaud Date: Sun, 16 Aug 2020 21:58:30 +0000 Subject: [PATCH] chore(release): v1.1.0 [skip ci] # [1.1.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.1...v1.1.0) (2020-08-16) ### Features * **api:** add new getDraftEditorPastedContent method ([#226](https://github.com/thibaudcolas/draftjs-conductor/issues/226)) ([fcaada5](https://github.com/thibaudcolas/draftjs-conductor/commit/fcaada5b74b802863f0cd29be436eb93ccfd22cc)) --- 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 f516d814..b95abfb5 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.1.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.1...v1.1.0) (2020-08-16) + +### Features + +- **api:** add new getDraftEditorPastedContent method ([#226](https://github.com/thibaudcolas/draftjs-conductor/issues/226)) ([fcaada5](https://github.com/thibaudcolas/draftjs-conductor/commit/fcaada5b74b802863f0cd29be436eb93ccfd22cc)) + ## [1.0.1](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.0...v1.0.1) (2020-01-20) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b8911cde..14d70dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78121d67..07705c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draftjs-conductor", - "version": "1.0.1", + "version": "1.1.0", "description": "📝✨ Little Draft.js helpers to make rich text editors “just work”", "author": "Thibaud Colas", "license": "MIT",