From 39513c717907bb12e742edec4fc7358b6e12c300 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:42:27 +0200 Subject: [PATCH] chore(main): release 2.2.0 (#38) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7882a6..ad2de13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.2.0](https://github.com/ThatOpen/engine_fragment/compare/v2.1.0...v2.2.0) (2024-08-18) + + +### Features + +* allow custom streaming function ([c820d3d](https://github.com/ThatOpen/engine_fragment/commit/c820d3d43e244f12eab0227ab4c58923eb729ba2)) +* implement fragment cloning ([88cd07b](https://github.com/ThatOpen/engine_fragment/commit/88cd07b3a8151250fc8eb6da4d773f07345fabcd)) +* support distinction between streamed/non-streamed groups ([88be54b](https://github.com/ThatOpen/engine_fragment/commit/88be54b542fccf3e639c66e898f17c9ad7ae7f93)) + + +### Bug Fixes + +* correct importer fragmentsgroup data error ([4ec3e3e](https://github.com/ThatOpen/engine_fragment/commit/4ec3e3e5f2f587f7443b0de97f2f2ab2471012e3)) +* remove errors when ID not found ([ac8458b](https://github.com/ThatOpen/engine_fragment/commit/ac8458bd1d9042c6856a3da7543ec2f8b3cd39b2)) +* support blob response types ([218631c](https://github.com/ThatOpen/engine_fragment/commit/218631ce29c71fd5657c5b6e2872f076a9003ce9)) + + +### Miscellaneous Chores + +* release 2.1.0 ([79049f3](https://github.com/ThatOpen/engine_fragment/commit/79049f30e70a2610dd1f77ea5298c93aa2c17be2)) +* release 2.1.0 ([28a1f2d](https://github.com/ThatOpen/engine_fragment/commit/28a1f2d52f6f0705f27523cfe82e5792eb782897)) +* release 2.1.0 ([fcbeeac](https://github.com/ThatOpen/engine_fragment/commit/fcbeeacf85c4b692784ce1e8538e072b74f866ae)) +* release 2.2.0 ([cf4ad47](https://github.com/ThatOpen/engine_fragment/commit/cf4ad4771aae0779d12412eb4dfffa4112067d9f)) + ## [2.1.0](https://github.com/ThatOpen/engine_fragment/compare/v2.1.0...v2.1.0) (2024-07-10) diff --git a/package.json b/package.json index 7ec02d4..5573fec 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "vite": "5.1.6", "vite-plugin-dts": "3.7.3" }, - "version": "2.1.0" + "version": "2.2.0" }