Skip to content

Commit 6cc8c77

Browse files
committed
chore(release): 0.2.6
1 parent a18656a commit 6cc8c77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.6](https://github.com/leo91000/vue-tiptap-renderer/compare/v0.2.5...v0.2.6) (2023-12-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Use export type instead of raw export ([a18656a](https://github.com/leo91000/vue-tiptap-renderer/commit/a18656aa4bfbc0edd7878e2e771b043ea80279d5))
11+
512
### [0.2.5](https://github.com/leo91000/vue-tiptap-renderer/compare/v0.2.4...v0.2.5) (2023-12-07)
613

714
### [0.2.4](https://github.com/leo91000/vue-tiptap-renderer/compare/v0.2.3...v0.2.4) (2023-12-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leo91000/vue-tiptap-renderer",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"packageManager": "[email protected]",
66
"description": "Tiptap JSON content renderer for Vue 2/3",
77
"author": {

0 commit comments

Comments
 (0)