From d772cf89aa07a87b67bde535ad88b30ebb00b4a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 10:27:56 +0000 Subject: [PATCH] chore(release): 17.7.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [17.7.0](https://github.com/streamich/json-joy/compare/v17.6.0...v17.7.0) (2024-10-31) ### Features * **json-crdt-peritext-ui:** 🎸 add main Peritext event implementations ([20a6d61](https://github.com/streamich/json-joy/commit/20a6d619e992f4ae3f3d7e98877cee46b202b22a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46296ce406..f8597bf2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [17.7.0](https://github.com/streamich/json-joy/compare/v17.6.0...v17.7.0) (2024-10-31) + + +### Features + +* **json-crdt-peritext-ui:** 🎸 add main Peritext event implementations ([20a6d61](https://github.com/streamich/json-joy/commit/20a6d619e992f4ae3f3d7e98877cee46b202b22a)) + # [17.6.0](https://github.com/streamich/json-joy/compare/v17.5.0...v17.6.0) (2024-10-31) diff --git a/package.json b/package.json index 22b1e06aa9..525cb3f589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-joy", - "version": "17.6.0", + "version": "17.7.0", "description": "Collection of libraries for building collaborative editing apps.", "author": { "name": "streamich",