Skip to content

Commit 28a89f7

Browse files
chore(release): 0.5.0 [skip ci]
## [0.5.0](v0.4.1...v0.5.0) (2025-01-08) ### Features * implement the new `<IterateMulti>` component ([#39](#39)) ([18997f8](18997f8)) * **useAsyncIterState:** add a current value property on `useAsyncIterState` hook's returned iterable ([#41](#41)) ([6e1a36b](6e1a36b)) ### Documentation * various JSDocs blocks edits ([#38](#38)) ([b313438](b313438))
1 parent 6e1a36b commit 28a89f7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.5.0](https://github.com/shtaif/react-async-iterators/compare/v0.4.1...v0.5.0) (2025-01-08)
2+
3+
4+
### Features
5+
6+
* implement the new `<IterateMulti>` component ([#39](https://github.com/shtaif/react-async-iterators/issues/39)) ([18997f8](https://github.com/shtaif/react-async-iterators/commit/18997f803dbecbf8cf959891ee1a6698b3f3f8a1))
7+
* **useAsyncIterState:** add a current value property on `useAsyncIterState` hook's returned iterable ([#41](https://github.com/shtaif/react-async-iterators/issues/41)) ([6e1a36b](https://github.com/shtaif/react-async-iterators/commit/6e1a36b090bc5028499b50fe99e9019b0dc1f90c))
8+
9+
10+
### Documentation
11+
12+
* various JSDocs blocks edits ([#38](https://github.com/shtaif/react-async-iterators/issues/38)) ([b313438](https://github.com/shtaif/react-async-iterators/commit/b3134383ebe3d83e596f47a32b4546ca140d3029))
13+
114
## [0.4.1](https://github.com/shtaif/react-async-iterators/compare/v0.4.0...v0.4.1) (2025-01-07)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-iterators",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"author": "Dor Shtaif <[email protected]>",
55
"license": "MIT",
66
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",

0 commit comments

Comments
 (0)