Bump version up to 2.30.0 (#2761)

* Bump version

* Update package.json

---------

Co-authored-by: github-actions <action@github.com>
Co-authored-by: Peter <specc.dev@gmail.com>
This commit is contained in:
github-actions[bot] 2024-07-09 12:11:41 +03:00 committed by GitHub
commit 4a4981e1d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{
"name": "@editorjs/editorjs",
"version": "2.30.0-rc.14",
"description": "Editor.js — Native JS, based on API and Open Source",
"version": "2.30.0",
"description": "Editor.js — open source block-style WYSIWYG editor with JSON output",
"main": "dist/editorjs.umd.js",
"module": "dist/editorjs.mjs",
"types": "./types/index.d.ts",
@ -10,7 +10,8 @@
"text editor",
"editor",
"editor.js",
"editorjs"
"editorjs",
"wysiwyg"
],
"scripts": {
"dev": "vite",