Skip to content

Commit d14d168

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2021-04-14) ### Features * **lists:** support specifying an arbitrary number of ol counter styles ([921a5d3](921a5d3))
1 parent 921a5d3 commit d14d168

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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+
# [2.2.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.1.0...v2.2.0) (2021-04-14)
8+
9+
### Features
10+
11+
- **lists:** support specifying an arbitrary number of ol counter styles ([921a5d3](https://github.com/thibaudcolas/draftjs-conductor/commit/921a5d37ac41d34001bfc0e581683c1ad47d9a75))
12+
713
# [2.1.0](https://github.com/thibaudcolas/draftjs-conductor/compare/v2.0.0...v2.1.0) (2021-04-13)
814

915
### 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.1.0",
3+
"version": "2.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)