Skip to content

Commit ec357ad

Browse files
chore(release): 0.9.2 [skip ci]
## [0.9.2](v0.9.1...v0.9.2) (2025-01-31) ### Bug Fixes * **useAsyncIterState:** individual iterators types' `.return` method should not be optional ([#78](#78)) ([ae5d546](ae5d546)) ### Documentation * **readme:** edit some wordings, fix some code blocks rendered unformatted ([#77](#77)) ([af888c9](af888c9))
1 parent 09ef195 commit ec357ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.9.2](https://github.com/shtaif/react-async-iterators/compare/v0.9.1...v0.9.2) (2025-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **useAsyncIterState:** individual iterators types' `.return` method should not be optional ([#78](https://github.com/shtaif/react-async-iterators/issues/78)) ([ae5d546](https://github.com/shtaif/react-async-iterators/commit/ae5d5460bc8ee0d4f08ddde8b4b02222d68167b4))
7+
8+
9+
### Documentation
10+
11+
* **readme:** edit some wordings, fix some code blocks rendered unformatted ([#77](https://github.com/shtaif/react-async-iterators/issues/77)) ([af888c9](https://github.com/shtaif/react-async-iterators/commit/af888c90273d36fc35ddf4e3a44afecb2391d0e3))
12+
113
## [0.9.1](https://github.com/shtaif/react-async-iterators/compare/v0.9.0...v0.9.1) (2025-01-30)
214

315

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.9.1",
3+
"version": "0.9.2",
44
"author": "Dor Shtaif <[email protected]>",
55
"license": "MIT",
66
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",

0 commit comments

Comments
 (0)