Skip to content

Commit 753a2c3

Browse files
chore(release): 0.2.0 [skip ci]
## [0.2.0](v0.1.0...v0.2.0) (2024-12-25) ### Features * add new `useAsyncIterState` hook ([#16](#16)) ([f87bb48](f87bb48))
1 parent f87bb48 commit 753a2c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.0](https://github.com/shtaif/react-async-iterators/compare/v0.1.0...v0.2.0) (2024-12-25)
2+
3+
4+
### Features
5+
6+
* add new `useAsyncIterState` hook ([#16](https://github.com/shtaif/react-async-iterators/issues/16)) ([f87bb48](https://github.com/shtaif/react-async-iterators/commit/f87bb488c3f3d659e6639b5ed01a20d0f9340aab))
7+
18
## [0.1.0](https://github.com/shtaif/react-async-iterators/compare/v0.0.1...v0.1.0) (2024-12-24)
29

310

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.1.0",
3+
"version": "0.2.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)