Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 18, 2024
1 parent cf4ad47 commit 39513c7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.1.0"
"version": "2.2.0"
}

0 comments on commit 39513c7

Please sign in to comment.