Skip to content

Commit 26b35aa

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2020-11-19) ### Features * **api:** onDraftEditorCopy, onDraftEditorCut for draft-js@0.11 ([#268](#268)) ([05b31cb](05b31cb))
1 parent da0a08e commit 26b35aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
# [1.2.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.1.0...v1.2.0) (2020-11-19)
8+
9+
### Features
10+
11+
- **api:** onDraftEditorCopy, onDraftEditorCut for draft-js@0.11 ([#268](https://github.com/thibaudcolas/draftjs-conductor/issues/268)) ([05b31cb](https://github.com/thibaudcolas/draftjs-conductor/commit/05b31cb8bb400ee2fb59cb80a482410fc24506c4))
12+
713
# [1.1.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v1.0.1...v1.1.0) (2020-08-16)
814

915
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftjs-conductor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "📝✨ Little Draft.js helpers to make rich text editors “just work”",
55
"author": "Thibaud Colas",
66
"license": "MIT",

0 commit comments

Comments
 (0)