From 5ada45882e4e79925f0d35e4eb2897c4dec82a46 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Thu, 22 Aug 2024 13:30:08 +0800 Subject: [PATCH] chore(release): 0.0.7 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda7123..c6031df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.7](https://github.com/loro-dev/prosemirror/compare/v0.0.6...v0.0.7) (2024-08-22) + + +### Features + +* config Loro text style automatically based on ProseMirror schema ([#13](https://github.com/loro-dev/prosemirror/issues/13)) ([47afc9e](https://github.com/loro-dev/prosemirror/commit/47afc9eda4caef39f9f2d98701bf2bc61b23fa7d)) +* make `undo` and `redo` as ProseMirror commands ([#12](https://github.com/loro-dev/prosemirror/issues/12)) ([b0a1bc1](https://github.com/loro-dev/prosemirror/commit/b0a1bc12da9f4fc1b6c74cf759b2427a191ae2be)) + ### [0.0.6](https://github.com/loro-dev/prosemirror/compare/v0.0.3...v0.0.6) (2024-07-28) diff --git a/package.json b/package.json index 8037b09..87165eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loro-prosemirror", - "version": "0.0.6", + "version": "0.0.7", "description": "Prosemirror Binding for Loro", "main": "dist/index.js", "module": "dist/index.mjs",