Skip to content

Commit a577ad9

Browse files
committed
chore(release): 0.0.2
1 parent c89b32c commit a577ad9

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [0.0.2](https://github.com/embrajs/reactivity/compare/v0.0.1...v0.0.2) (2025-08-21)
6+
7+
8+
### Features
9+
10+
* add readable provider ([c89b32c](https://github.com/embrajs/reactivity/commit/c89b32c7cbb6312adc1202f0c69e6ba468b04add))
11+
* **collection:** add reactive array ([107e04b](https://github.com/embrajs/reactivity/commit/107e04b05f8c1f04107c5092bc7167a42e389105))
12+
* **debug:** add trace and customFormatter ([af67bf5](https://github.com/embrajs/reactivity/commit/af67bf5171284f87814e9a39213ce19a430c6f01))
13+
14+
15+
### Bug Fixes
16+
17+
* **event:** reset single on multi ([e776124](https://github.com/embrajs/reactivity/commit/e776124e59b6dacb8c30d8cf61d8271f277f0a09))
18+
* **reactiveArray:** splice ([4f35e16](https://github.com/embrajs/reactivity/commit/4f35e16987639834750ec73b697b535c97de705b))

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": "@embra/reactivity",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A lightweight, composable and explicit reactivity system.",
55
"repository": "embrajs/reactivity",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)