Skip to content

Commit f9d6a4b

Browse files
chore(release): 0.5.1 [skip ci]
## [0.5.1](v0.5.0...v0.5.1) (2025-01-08) ### Bug Fixes * **useAsyncIterState:** disallow user manipulation of the state iterable's current value property ([#43](#43)) ([6dd5ac5](6dd5ac5)) * **useAsyncIterState:** rapidly updating state yields the first update instead of the last update's value ([#44](#44)) ([b11b5a5](b11b5a5)) ### Documentation * **useAsyncIterState:** missing documentations for the state iterable's added current value property ([#42](#42)) ([675331f](675331f))
1 parent b11b5a5 commit f9d6a4b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.5.1](https://github.com/shtaif/react-async-iterators/compare/v0.5.0...v0.5.1) (2025-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **useAsyncIterState:** disallow user manipulation of the state iterable's current value property ([#43](https://github.com/shtaif/react-async-iterators/issues/43)) ([6dd5ac5](https://github.com/shtaif/react-async-iterators/commit/6dd5ac5eb852da01e8178b332e0c083ca74bf091))
7+
* **useAsyncIterState:** rapidly updating state yields the first update instead of the last update's value ([#44](https://github.com/shtaif/react-async-iterators/issues/44)) ([b11b5a5](https://github.com/shtaif/react-async-iterators/commit/b11b5a56c1ac3621b58a37fa04902b6bfd20da1a))
8+
9+
10+
### Documentation
11+
12+
* **useAsyncIterState:** missing documentations for the state iterable's added current value property ([#42](https://github.com/shtaif/react-async-iterators/issues/42)) ([675331f](https://github.com/shtaif/react-async-iterators/commit/675331f444189124c55b19e21938f56d1d8343b7))
13+
114
## [0.5.0](https://github.com/shtaif/react-async-iterators/compare/v0.4.1...v0.5.0) (2025-01-08)
215

316

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

0 commit comments

Comments
 (0)