Skip to content

Commit 29cdc3a

Browse files
committed
chore: bump version to 0.18.4
1 parent 48670c2 commit 29cdc3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cause & Effect
22

3-
Version 0.18.3
3+
Version 0.18.4
44

55
**Cause & Effect** is a reactive state management primitives library for TypeScript. It provides the foundational building blocks for managing complex, dynamic, composite, and asynchronous state — correctly and performantly — in a unified signal graph.
66

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Cause & Effect
3-
* @version 0.18.3
3+
* @version 0.18.4
44
* @author Esther Brunner
55
*/
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeix/cause-effect",
3-
"version": "0.18.3",
3+
"version": "0.18.4",
44
"author": "Esther Brunner",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)