Skip to content

Commit

Permalink
chore: release v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Sep 25, 2024
1 parent d5e5019 commit c85825b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactjs-tiptap-editor/docs",
"type": "module",
"version": "0.0.37",
"version": "0.0.38",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactjs-tiptap-editor",
"type": "module",
"version": "0.0.37",
"version": "0.0.38",
"main": "./lib/reactjs-tiptap-editor.cjs",
"module": "./lib/reactjs-tiptap-editor.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground",
"private": true,
"type": "module",
"version": "0.0.37",
"version": "0.0.38",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit c85825b

Please sign in to comment.