Skip to content

Commit b06637b

Browse files
committed
chore(release): v0.0.12
1 parent 84f19a1 commit b06637b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.0.12
5+
6+
[compare changes](https://github.com/neogenz/ziflux/compare/v0.0.11...v0.0.12)
7+
8+
### Bug Fixes
9+
10+
- **core:** Resolve clearDirty prefix mismatch with two-set dirty tracking ([84f19a1](https://github.com/neogenz/ziflux/commit/84f19a1))
11+
12+
### ❤️ Contributors
13+
14+
- Maxime De Sogus <maxime.desogus@gmail.com>
15+
416
## v0.0.11
517

618
[compare changes](https://github.com/neogenz/ziflux/compare/v0.0.10...v0.0.11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ziflux",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build ziflux && cp README.md LICENSE dist/ziflux/",

projects/ziflux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ziflux",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "SWR caching layer for Angular's resource() API. Zero dependencies. Signal-native.",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)