Skip to content

Commit 182740f

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v3.0.0 [skip ci]
# [3.0.0](v2.2.0...v3.0.0) (2022-06-13) ### Features * **api:** convert whole package API to TypeScript ([3fca3fa](3fca3fa)) ### BREAKING CHANGES * **api:** All helpers are now written in TypeScript. Flow types are no longer available, and TypeScript types are built-in.
1 parent af07605 commit 182740f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
# [3.0.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.2.0...v3.0.0) (2022-06-13)
8+
9+
### Features
10+
11+
- **api:** convert whole package API to TypeScript ([3fca3fa](https://github.com/thibaudcolas/draftjs-conductor/commit/3fca3fa9002bddd118d19ec0f0b91bb18ec25df9))
12+
13+
### BREAKING CHANGES
14+
15+
- **api:** All helpers are now written in TypeScript.
16+
17+
Flow types are no longer available, and TypeScript types are built-in.
18+
719
# [2.2.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.1.0...v2.2.0) (2021-04-14)
820

921
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2.2.0",
3+
"version": "3.0.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)