Skip to content

Commit 045e23c

Browse files
author
Rose Robertson
committed
2.2.0
1 parent a1ad000 commit 045e23c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.2.0] - 2020-01-30
4+
5+
- Fixed issue with newlines not always matching correctly when `preserveNewlines: true` is set. Issue outlining the bug here: https://github.com/Rosey/markdown-draft-js/issues/111
6+
37
## [2.1.1] - 2019-10-10
48
### Fixes
59

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
@@ -2,7 +2,7 @@
22
"name": "markdown-draft-js",
33
"description": "Convert draftjs blocks to markdown using the marked library, and vice versa.",
44
"author": "Rose Robertson",
5-
"version": "2.1.1",
5+
"version": "2.2.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)