Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-28)

### Bug Fixes

* 🐛 ensure heading extension attr level is number type ([a1d51aa](a1d51aa))
* 💄 editor content text-align, default to left ([0631364](0631364))
* 🔧 remove unnecessary peerDependencies ([f183a7b](f183a7b))

### Features

* ✨ support hard_break extension ([d3daa6a](d3daa6a))
  • Loading branch information
semantic-release-bot committed Dec 28, 2019
1 parent 36f436d commit f3d9c3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-28)


### Bug Fixes

* 🐛 ensure heading extension attr level is number type ([a1d51aa](https://github.com/Leecason/element-tiptap/commit/a1d51aa8799fa1c9c037ec72132bbc7657939cf6))
* 💄 editor content text-align, default to left ([0631364](https://github.com/Leecason/element-tiptap/commit/0631364ace1913c7c2ed0b3d0217ef1b97792e82))
* 🔧 remove unnecessary peerDependencies ([f183a7b](https://github.com/Leecason/element-tiptap/commit/f183a7b6cd57a829731508acde94105d56edf13a))


### Features

* ✨ support hard_break extension ([d3daa6a](https://github.com/Leecason/element-tiptap/commit/d3daa6ad37105cdb75c6b7848922881a88a68f31))

# [1.1.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-tiptap",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"scripts": {
Expand Down

0 comments on commit f3d9c3a

Please sign in to comment.