Skip to content

Commit 3b395b8

Browse files
committed
chore: release v0.1.10
1 parent 159ae8c commit 3b395b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reactjs-tiptap-editor/docs",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"private": true,
66
"scripts": {
77
"dev": "vitepress dev",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactjs-tiptap-editor",
33
"type": "module",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"main": "./lib/reactjs-tiptap-editor.cjs",
66
"module": "./lib/reactjs-tiptap-editor.js",
77
"types": "./lib/index.d.ts",

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playground",
33
"private": true,
44
"type": "module",
5-
"version": "0.1.9",
5+
"version": "0.1.10",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",

0 commit comments

Comments
 (0)