Skip to content

Commit 885092f

Browse files
chore(release): 0.10.0 [skip ci]
## [0.10.0](v0.9.2...v0.10.0) (2025-02-07) ### Features * new `useSharedAsyncIter` hook ([#87](#87)) ([b1568b5](b1568b5)) ### Documentation * **readme:** add license badge ([#86](#86)) ([e5e94dd](e5e94dd)) * **readme:** fix StackBlitz link adjacent text ([#84](#84)) ([08cd00b](08cd00b)) * **readme:** various edits ([#81](#81)) ([2c34532](2c34532))
1 parent b1568b5 commit 885092f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.10.0](https://github.com/shtaif/react-async-iterators/compare/v0.9.2...v0.10.0) (2025-02-07)
2+
3+
4+
### Features
5+
6+
* new `useSharedAsyncIter` hook ([#87](https://github.com/shtaif/react-async-iterators/issues/87)) ([b1568b5](https://github.com/shtaif/react-async-iterators/commit/b1568b56c5b389f6f172f119ed2b8d3d1c178d32))
7+
8+
9+
### Documentation
10+
11+
* **readme:** add license badge ([#86](https://github.com/shtaif/react-async-iterators/issues/86)) ([e5e94dd](https://github.com/shtaif/react-async-iterators/commit/e5e94dd20894754c1301d231a23a544243c7054f))
12+
* **readme:** fix StackBlitz link adjacent text ([#84](https://github.com/shtaif/react-async-iterators/issues/84)) ([08cd00b](https://github.com/shtaif/react-async-iterators/commit/08cd00bc0a821bd633350c64f471f1c6a42e67af))
13+
* **readme:** various edits ([#81](https://github.com/shtaif/react-async-iterators/issues/81)) ([2c34532](https://github.com/shtaif/react-async-iterators/commit/2c3453223cca54f00ccce25a672055ac6eec54d8))
14+
115
## [0.9.2](https://github.com/shtaif/react-async-iterators/compare/v0.9.1...v0.9.2) (2025-01-31)
216

317

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.2",
3+
"version": "0.10.0",
44
"author": "Dor Shtaif <dorshtaif@gmail.com>",
55
"license": "MIT",
66
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",

0 commit comments

Comments
 (0)