Skip to content

Commit 4c33bb2

Browse files
authored
Release v2.1.6 (#113)
1 parent ad5280a commit 4c33bb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
55
## Unreleased
66

7+
## [v2.1.6](https://github.com/springload/draftjs_exporter/releases/tag/v2.1.6)
8+
79
### Changed
810

9-
* Assume same block defaults as Draft.js would when attributes are missing: depth = 0, type = unstyled, no entities, no styles ([#110](https://github.com/springload/draftjs_exporter/pull/110)).
11+
* Assume same block defaults as Draft.js would when attributes are missing: depth = 0, type = unstyled, no entities, no styles ([#110](https://github.com/springload/draftjs_exporter/pull/110), thanks to [@tpict](https://github.com/tpict)).
1012
* Minor performance improvements for text-only blocks ([#111](https://github.com/springload/draftjs_exporter/pull/111)).
1113

1214
## [v2.1.5](https://github.com/springload/draftjs_exporter/releases/tag/v2.1.5)

draftjs_exporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'draftjs_exporter'
2-
__version__ = '2.1.5'
2+
__version__ = '2.1.6'
33
__author__ = 'Springload'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2016-present Springload'

0 commit comments

Comments
 (0)