Skip to content

Commit

Permalink
chore(release): v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
thibaudcolas authored and semantic-release-bot committed Jun 13, 2022
1 parent af07605 commit 182740f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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).

# [3.0.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.2.0...v3.0.0) (2022-06-13)

### Features

- **api:** convert whole package API to TypeScript ([3fca3fa](https://github.com/thibaudcolas/draftjs-conductor/commit/3fca3fa9002bddd118d19ec0f0b91bb18ec25df9))

### BREAKING CHANGES

- **api:** All helpers are now written in TypeScript.

Flow types are no longer available, and TypeScript types are built-in.

# [2.2.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.1.0...v2.2.0) (2021-04-14)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftjs-conductor",
"version": "2.2.0",
"version": "3.0.0",
"description": "📝✨ Little Draft.js helpers to make rich text editors “just work”",
"author": "Thibaud Colas",
"license": "MIT",
Expand Down

0 comments on commit 182740f

Please sign in to comment.