Skip to content

Commit c0f2c33

Browse files
committed
chore(release): v0.0.6
1 parent 282f255 commit c0f2c33

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
## v0.0.6
3+
4+
[compare changes](https://github.com/modbender/nuxt-tiptap-editor/compare/v0.0.5...v0.0.6)
5+
6+
### 🩹 Fixes
7+
8+
- Playground TipTap component ([879b975](https://github.com/modbender/nuxt-tiptap-editor/commit/879b975))
9+
- Prefix default ts ([681aac2](https://github.com/modbender/nuxt-tiptap-editor/commit/681aac2))
10+
- Prefix for components, lowlight import ([a4f735e](https://github.com/modbender/nuxt-tiptap-editor/commit/a4f735e))
11+
- Unexpected var ([474be95](https://github.com/modbender/nuxt-tiptap-editor/commit/474be95))
12+
- Never reassigned optionalComponents ([282f255](https://github.com/modbender/nuxt-tiptap-editor/commit/282f255))
13+
14+
### 🏡 Chore
15+
16+
- Update README ([86486bc](https://github.com/modbender/nuxt-tiptap-editor/commit/86486bc))
17+
18+
### ❤️ Contributors
19+
20+
- Modbender <[email protected]>
21+
222
## v0.0.5
323

424
[compare changes](https://github.com/modbender/nuxt-tiptap-editor/compare/v0.0.4...v0.0.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-tiptap-editor",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
55
"repository": "modbender/nuxt-tiptap-editor",
66
"license": "MIT",

0 commit comments

Comments
 (0)