From 1533466cec81124fd55b42605b1394c75a715012 Mon Sep 17 00:00:00 2001 From: Troy Presley Date: Mon, 29 Apr 2024 23:53:54 -1000 Subject: [PATCH] 2.9.4 --- 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 5f856e7..0332deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sygnal", - "version": "2.9.3", + "version": "2.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sygnal", - "version": "2.9.3", + "version": "2.9.4", "license": "MIT", "dependencies": { "@cycle/dom": "^23.1.0", diff --git a/package.json b/package.json index 988ee24..347f8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sygnal", - "version": "2.9.3", + "version": "2.9.4", "description": "An intuitive framework for building fast and small components or applications based on Cycle.js", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js",