3.0.0-alpha.2

This commit is contained in:
Zihua Li 2024-01-16 14:18:28 +00:00
parent 7c79ff9a60
commit e947475ca7
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# [Unreleased]
# 3.0.0-alpha.2
- Improved typing for Attributor and Registry.
# 3.0.0-alpha.1

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "parchment",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "parchment",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"license": "BSD-3-Clause",
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",

View File

@ -1,6 +1,6 @@
{
"name": "parchment",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "A document model for rich text editors",
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "http://quilljs.com/docs/parchment",