Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-04-20)

### Bug Fixes

* blank editor editable area ([0c2bcb1](0c2bcb1))
* code and codeblock inverted style ([d8528d4](d8528d4))
* display empty doc as empty string ([39a6a79](39a6a79))
* handle autofocus ([35ac9f8](35ac9f8))
* load extension only once ([51ede66](51ede66))

### Features

* code block ([d84d926](d84d926))
* link extension fix [#15](#15) ([524c6ed](524c6ed))
* options for character count extension ([eed17c3](eed17c3))
* text align extension [#14](#14) ([3bf7dc5](3bf7dc5))
* text align options ([efbc32d](efbc32d))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent 827287d commit 62541ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.6.0](https://github.com/gbicou/directus-extension-tiptap/compare/v1.5.0...v1.6.0) (2023-04-20)


### Bug Fixes

* blank editor editable area ([0c2bcb1](https://github.com/gbicou/directus-extension-tiptap/commit/0c2bcb18684c20a4a73561814a9f8c255dcfd377))
* code and codeblock inverted style ([d8528d4](https://github.com/gbicou/directus-extension-tiptap/commit/d8528d4a0e4c3861fa882e24cf8699c4111dbbff))
* display empty doc as empty string ([39a6a79](https://github.com/gbicou/directus-extension-tiptap/commit/39a6a795e30b753c4a15f7babd73297d253a8956))
* handle autofocus ([35ac9f8](https://github.com/gbicou/directus-extension-tiptap/commit/35ac9f8f3abffa9ae32777081699f42a0d0e902a))
* load extension only once ([51ede66](https://github.com/gbicou/directus-extension-tiptap/commit/51ede66004c1d719ab45a37286673fd070d3a129))


### Features

* code block ([d84d926](https://github.com/gbicou/directus-extension-tiptap/commit/d84d926595d55daaf4fd12cee9952876e18b1e2f))
* link extension fix [#15](https://github.com/gbicou/directus-extension-tiptap/issues/15) ([524c6ed](https://github.com/gbicou/directus-extension-tiptap/commit/524c6eda1c6125e0ebd018855c1003436d43325a))
* options for character count extension ([eed17c3](https://github.com/gbicou/directus-extension-tiptap/commit/eed17c3681fc8c75bf41c1552f0d718c705280ec))
* text align extension [#14](https://github.com/gbicou/directus-extension-tiptap/issues/14) ([3bf7dc5](https://github.com/gbicou/directus-extension-tiptap/commit/3bf7dc51830f4621732d868521daee39fb24bd7f))
* text align options ([efbc32d](https://github.com/gbicou/directus-extension-tiptap/commit/efbc32d998dfae9ca8000fade5715bfc069826c5))

# [1.6.0-alpha.8](https://github.com/gbicou/directus-extension-tiptap/compare/v1.6.0-alpha.7...v1.6.0-alpha.8) (2023-04-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bicou/directus-extension-tiptap",
"description": "Tiptap rich text editor interface and display for directus",
"icon": "extension",
"version": "1.6.0-alpha.8",
"version": "1.6.0",
"keywords": [
"directus",
"directus-extension",
Expand Down

0 comments on commit 62541ba

Please sign in to comment.