Skip to content

Commit 30a7ef4

Browse files
committed
add CHANGELOG.md and increase package version
1 parent 51dfc8f commit 30a7ef4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CHANGELOG
2+
3+
All notable changes to [@spearwolf/shadow-objects](https://github.com/spearwolf/shadow-objects/tree/main/packages/shadow-objects) will be documented in this file.
4+
5+
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.23.0] - 2025-11-26
9+
10+
- enhance the shadow-objects creation api _aka_ `ShadowObjectParams`
11+
- added the `useProperties()` function
12+
- added the `useResource()` function
13+
- added lots of new tests and improved code coverage
14+

packages/shadow-objects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spearwolf/shadow-objects",
33
"description": "a reactive entity-component framework that feels at home in the shadows",
4-
"version": "0.22.0",
4+
"version": "0.23.0",
55
"author": {
66
"name": "Wolfger Schramm",
77
"email": "wolfger@spearwolf.de",

0 commit comments

Comments
 (0)