From 6a87c69dcc683a2b9aed6337bfd52065474a71f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Oct 2024 13:28:33 +0000 Subject: [PATCH] chore(release): 17.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [17.0.0](https://github.com/streamich/json-joy/compare/v16.27.2...v17.0.0) (2024-10-06) ### Bug Fixes * ๐Ÿ› correct library imports ([8e12deb](https://github.com/streamich/json-joy/commit/8e12deb0bd217155e7975c7e44cb0edef9e18480)) ### chore * ๐Ÿค– remove migrated sub-libraries ([a04825a](https://github.com/streamich/json-joy/commit/a04825a073a2ac2be1f1565082e1511ae710a9b0)) ### BREAKING CHANGES * ๐Ÿงจ A number of sub-libraries have been externalized --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da7a0e591..487efc127c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [17.0.0](https://github.com/streamich/json-joy/compare/v16.27.2...v17.0.0) (2024-10-06) + + +### Bug Fixes + +* ๐Ÿ› correct library imports ([8e12deb](https://github.com/streamich/json-joy/commit/8e12deb0bd217155e7975c7e44cb0edef9e18480)) + + +### chore + +* ๐Ÿค– remove migrated sub-libraries ([a04825a](https://github.com/streamich/json-joy/commit/a04825a073a2ac2be1f1565082e1511ae710a9b0)) + + +### BREAKING CHANGES + +* ๐Ÿงจ A number of sub-libraries have been externalized + ## [16.27.2](https://github.com/streamich/json-joy/compare/v16.27.1...v16.27.2) (2024-10-05) diff --git a/package.json b/package.json index 6dd771b068..a081b5d9ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-joy", - "version": "16.27.2", + "version": "17.0.0", "description": "Collection of libraries for building collaborative editing apps.", "author": { "name": "streamich",