Skip to content

Commit 2062e89

Browse files
chore(release): 0.1.0 [skip ci]
## [0.1.0](v0.0.1...v0.1.0) (2024-12-24) ### Features * implement `iterateFormatted` async iter value formatting helper ([#11](#11)) ([dfc7ab7](dfc7ab7)) ### Documentation * add npm badge on `README.md` ([#15](#15)) ([c58bdaa](c58bdaa)) * edit for `<Iterate>`'s docs ([#13](#13)) ([062d2c4](062d2c4))
1 parent dfc7ab7 commit 2062e89

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
@@ -0,0 +1,12 @@
1+
## [0.1.0](https://github.com/shtaif/react-async-iterators/compare/v0.0.1...v0.1.0) (2024-12-24)
2+
3+
4+
### Features
5+
6+
* implement `iterateFormatted` async iter value formatting helper ([#11](https://github.com/shtaif/react-async-iterators/issues/11)) ([dfc7ab7](https://github.com/shtaif/react-async-iterators/commit/dfc7ab7c0f25a6f3b0998a2580c84f4a93a52b35))
7+
8+
9+
### Documentation
10+
11+
* add npm badge on `README.md` ([#15](https://github.com/shtaif/react-async-iterators/issues/15)) ([c58bdaa](https://github.com/shtaif/react-async-iterators/commit/c58bdaa1a3a6be5f45e7d7a4d8fe6be3278e74c0))
12+
* edit for `<Iterate>`'s docs ([#13](https://github.com/shtaif/react-async-iterators/issues/13)) ([062d2c4](https://github.com/shtaif/react-async-iterators/commit/062d2c407a4bf0ffc1698e072cbcecac0ab9e096))

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