Skip to content

Commit 39513c7

Browse files
chore(main): release 2.2.0 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf4ad47 commit 39513c7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/ThatOpen/engine_fragment/compare/v2.1.0...v2.2.0) (2024-08-18)
4+
5+
6+
### Features
7+
8+
* allow custom streaming function ([c820d3d](https://github.com/ThatOpen/engine_fragment/commit/c820d3d43e244f12eab0227ab4c58923eb729ba2))
9+
* implement fragment cloning ([88cd07b](https://github.com/ThatOpen/engine_fragment/commit/88cd07b3a8151250fc8eb6da4d773f07345fabcd))
10+
* support distinction between streamed/non-streamed groups ([88be54b](https://github.com/ThatOpen/engine_fragment/commit/88be54b542fccf3e639c66e898f17c9ad7ae7f93))
11+
12+
13+
### Bug Fixes
14+
15+
* correct importer fragmentsgroup data error ([4ec3e3e](https://github.com/ThatOpen/engine_fragment/commit/4ec3e3e5f2f587f7443b0de97f2f2ab2471012e3))
16+
* remove errors when ID not found ([ac8458b](https://github.com/ThatOpen/engine_fragment/commit/ac8458bd1d9042c6856a3da7543ec2f8b3cd39b2))
17+
* support blob response types ([218631c](https://github.com/ThatOpen/engine_fragment/commit/218631ce29c71fd5657c5b6e2872f076a9003ce9))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 2.1.0 ([79049f3](https://github.com/ThatOpen/engine_fragment/commit/79049f30e70a2610dd1f77ea5298c93aa2c17be2))
23+
* release 2.1.0 ([28a1f2d](https://github.com/ThatOpen/engine_fragment/commit/28a1f2d52f6f0705f27523cfe82e5792eb782897))
24+
* release 2.1.0 ([fcbeeac](https://github.com/ThatOpen/engine_fragment/commit/fcbeeacf85c4b692784ce1e8538e072b74f866ae))
25+
* release 2.2.0 ([cf4ad47](https://github.com/ThatOpen/engine_fragment/commit/cf4ad4771aae0779d12412eb4dfffa4112067d9f))
26+
327
## [2.1.0](https://github.com/ThatOpen/engine_fragment/compare/v2.1.0...v2.1.0) (2024-07-10)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"vite": "5.1.6",
3333
"vite-plugin-dts": "3.7.3"
3434
},
35-
"version": "2.1.0"
35+
"version": "2.2.0"
3636
}

0 commit comments

Comments
 (0)