From 5c3c91fc2b44ad665377d93e6bbaadc44647d6d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:00:37 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd9cd1..6e51a7d 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.2.0](https://github.com/loro-dev/loro-prosemirror/compare/v0.1.0...v0.2.0) (2024-10-31) + + +### Features + +* Adds ability to use custom ContainerID to persist prosemirror document to. ([#20](https://github.com/loro-dev/loro-prosemirror/issues/20)) ([224510f](https://github.com/loro-dev/loro-prosemirror/commit/224510f312e909994172ca9b193906dbf1811160)) + ## [0.1.0](https://github.com/loro-dev/loro-prosemirror/compare/v0.0.8...v0.1.0) (2024-10-25) diff --git a/package.json b/package.json index c3976c4..9a9ce6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loro-prosemirror", - "version": "0.1.0", + "version": "0.2.0", "description": "Prosemirror Binding for Loro", "main": "dist/index.js", "module": "dist/index.mjs",