From d9ea3c05b537090452cbde5a6a3728fa9f39b2df Mon Sep 17 00:00:00 2001 From: Troy Presley Date: Thu, 30 May 2024 09:28:07 -1000 Subject: [PATCH] 4.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70e6ef..2ee31b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sygnal", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sygnal", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@cycle/dom": "^23.1.0", diff --git a/package.json b/package.json index 662c03f..b610457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sygnal", - "version": "4.0.0", + "version": "4.0.1", "description": "An intuitive framework for building fast and small components or applications based on Cycle.js", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts",