From 6dddcdde7a38a3b656b0a8f9bfc37a3119d300a6 Mon Sep 17 00:00:00 2001 From: Tryston Perry Date: Tue, 16 Jun 2026 14:45:50 -0700 Subject: [PATCH] chore(release): 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 062e038..6130593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hvakr/firestate", - "version": "0.1.1", + "version": "0.1.2", "description": "Firestore state management for React with real-time sync, undo/redo, optimistic updates, and Zod schema validation", "author": "HVAKR", "license": "MIT",