We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8886fd5 commit df46377Copy full SHA for df46377
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.11.0](https://github.com/globalbrain/hado/compare/v0.10.1...v0.11.0) (2025-05-15)
2
+
3
+### Features
4
5
+- **utils:** add `concurrentArrayFetcher` ([8886fd5](https://github.com/globalbrain/hado/commit/8886fd5596890bcc0bb783b074e8d7782d59fe8b))
6
7
## [0.10.1](https://github.com/globalbrain/hado/compare/v0.10.0...v0.10.1) (2025-04-28)
8
9
### Bug Fixes
deno.json
@@ -1,6 +1,6 @@
{
"name": "@globalbrain/hado",
- "version": "0.10.1",
+ "version": "0.11.0",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
0 commit comments