Skip to content

Commit e9faa37

Browse files
committed
chore: release v0.0.20
1 parent 41a34d3 commit e9faa37

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
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.0.19",
4+
"version": "0.0.20",
55
"private": true,
66
"scripts": {
77
"dev": "vitepress dev",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

playground/package.json

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

0 commit comments

Comments
 (0)