From 3dea56ccea0620985b3546cbb6f4c63fd9daed60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20C=C3=B4t=C3=A9?= Date: Wed, 3 Jul 2024 11:07:41 -0400 Subject: [PATCH] v0.7.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 627b70f..b400d76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gadgetinc/mobx-quick-tree", - "version": "0.7.3", + "version": "0.7.4", "description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views", "source": "src/index.ts", "main": "dist/src/index.js",