Skip to content

Commit 16983e1

Browse files
committed
chore(release): v0.0.3
1 parent 05c4ca8 commit 16983e1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.0.3
3+
4+
[compare changes](https://github.com/modbender/nuxt-tiptap-editor/compare/v0.0.2...v0.0.3)
5+
6+
### 🚀 Enhancements
7+
8+
- Add imports for default extensions ([05c4ca8](https://github.com/modbender/nuxt-tiptap-editor/commit/05c4ca8))
9+
10+
### ❤️ Contributors
11+
12+
- Modbender <rameshmamathayashas@gmail.com>
13+
214
## v0.0.2
315

416
[compare changes](https://github.com/modbender/nuxt-tiptap-editor/compare/v0.0.1...v0.0.2)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-tiptap-editor",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
55
"repository": "modbender/nuxt-tiptap-editor",
66
"license": "MIT",
@@ -48,4 +48,4 @@
4848
"nuxt": "^3.8.2",
4949
"vitest": "^0.33.0"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)