diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3e791..9bd9cd1 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.1.0](https://github.com/loro-dev/loro-prosemirror/compare/v0.0.8...v0.1.0) (2024-10-25) + + +### Features + +* support loro-crdt v1 ([901f50d](https://github.com/loro-dev/loro-prosemirror/commit/901f50d829da354de50846bd7f24bbd135f6485f)) + ## [0.0.8](https://github.com/loro-dev/loro-prosemirror/compare/v0.0.7...v0.0.8) (2024-08-22) diff --git a/package.json b/package.json index 9b6262b..c3976c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loro-prosemirror", - "version": "0.0.8", + "version": "0.1.0", "description": "Prosemirror Binding for Loro", "main": "dist/index.js", "module": "dist/index.mjs",