From 86b29b0e9ec6cc47093a07bbe06b2fed89caa6ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:35:00 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ac51a..6631099 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.4.3](https://github.com/loro-dev/loro-prosemirror/compare/v0.4.2...v0.4.3) (2026-02-19) + + +### Bug Fixes + +* change module type to "module" ([#72](https://github.com/loro-dev/loro-prosemirror/issues/72)) ([050a9cc](https://github.com/loro-dev/loro-prosemirror/commit/050a9cc2e1912cdf9e43695feb3b1ee566547db1)) + ## [0.4.2](https://github.com/loro-dev/loro-prosemirror/compare/v0.4.1...v0.4.2) (2025-11-30) diff --git a/package.json b/package.json index 608e880..8affc3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loro-prosemirror", - "version": "0.4.2", + "version": "0.4.3", "description": "ProseMirror Binding for Loro", "packageManager": "pnpm@10.19.0", "type": "module",