Skip to content

Commit 0d7c30a

Browse files
chore(release): v1.5.0
1 parent 5cea678 commit 0d7c30a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased](https://github.com/StudioLambda/Query/compare/v1.4.0...HEAD)
5+
## [1.5.0](https://github.com/StudioLambda/Query/compare/v1.4.0...v1.5.0) - 2026-03-23
66

77
### Bug Fixes
88

@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222
- **tests**: Github actions reporter ([663d5a1](https://github.com/StudioLambda/Query/commit/663d5a1ff0cb0a423e75edb516527f7ac5922cb6))
2323
- Add agent skill and improve readonly type safety ([341a4ac](https://github.com/StudioLambda/Query/commit/341a4aca79a66215a9d98bc74d283160aa65690f))
2424
- **react**: Use useEffectEvent for effect event handlers ([c650fbb](https://github.com/StudioLambda/Query/commit/c650fbb0becf0d1c34cb93b58cf296b9de2770b2))
25+
- **ci**: Add automated releases with git-cliff and npm trusted publishing ([5cea678](https://github.com/StudioLambda/Query/commit/5cea678958550248aca96ab43dc0a3633291eb09))
2526

2627
### Miscellaneous
2728

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.4.0",
3+
"version": "1.5.0",
44
"description": "Lightweight, isomorphic and framework agnostic asynchronous data management for modern UIs",
55
"keywords": [
66
"data-management",

0 commit comments

Comments
 (0)