Skip to content

Commit 7f73400

Browse files
committed
chore: release v0.1.14
1 parent ef61bd7 commit 7f73400

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.13",
4+
"version": "0.1.14",
55
"private": true,
66
"scripts": {
77
"dev": "vitepress dev",

package-lock.json

+1-1
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.13",
4+
"version": "0.1.14",
55
"main": "./lib/index.cjs",
66
"module": "./lib/index.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.13",
5+
"version": "0.1.14",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",

0 commit comments

Comments
 (0)