From cbf0022e487527acd658b58df91b43db947a8a54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:18:19 +0000 Subject: [PATCH] chore(main): release 0.0.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6031df..5d3e791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.8](https://github.com/loro-dev/loro-prosemirror/compare/v0.0.7...v0.0.8) (2024-08-22) + + +### Continuous Integration + +* add release workflow ([#14](https://github.com/loro-dev/loro-prosemirror/issues/14)) ([5437a33](https://github.com/loro-dev/loro-prosemirror/commit/5437a33752dd26e675a1928ebcaa9eabbc2de634)) + ### [0.0.7](https://github.com/loro-dev/prosemirror/compare/v0.0.6...v0.0.7) (2024-08-22) diff --git a/package.json b/package.json index 87165eb..c5f3cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loro-prosemirror", - "version": "0.0.7", + "version": "0.0.8", "description": "Prosemirror Binding for Loro", "main": "dist/index.js", "module": "dist/index.mjs",