From cb14196f639c766a2e62cf91555e635ac7a47879 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 20 Sep 2024 02:38:48 +0800 Subject: [PATCH] chore(version): update version to 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cd7fce..75b56a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-mutative", - "version": "1.0.1", + "version": "0.1.0", "description": "A utilities for using Mutative with XState", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js",