Skip to content

Commit 6a3f6a1

Browse files
chore(release): v1.5.9
1 parent cb030e3 commit 6a3f6a1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# Changelog
22

3+
## [1.5.9] - 2026-04-12
4+
5+
### 🐛 Bug Fixes
6+
7+
- Resolve medium-severity audit issues in core query and React bindings
8+
- Reject promise instead of silently returning when abort race is detected
9+
10+
### ⚙️ Miscellaneous Tasks
11+
12+
- Fix low-severity audit issues across codebase
313
## [1.5.8] - 2026-04-12
414

515
### 🐛 Bug Fixes
616

717
- Resolve high-severity audit issues in core query and React bindings
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- *(release)* V1.5.8
822
## [1.5.7] - 2026-03-23
923

1024
### 📚 Documentation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiolambda/query",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Lightweight, isomorphic and framework agnostic asynchronous data management for modern UIs",
55
"keywords": [
66
"data-management",

0 commit comments

Comments
 (0)