From 22f3ae4d5e36fc17b96e095ca1043d2e09ff3f71 Mon Sep 17 00:00:00 2001 From: Hardy Nguyen Date: Tue, 28 Jul 2026 05:55:56 +0000 Subject: [PATCH] chore: bump to version 4.2.7 --- data/cores/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/cores/package.json b/data/cores/package.json index 3e19d477f..ccde7938c 100644 --- a/data/cores/package.json +++ b/data/cores/package.json @@ -1,6 +1,6 @@ { "name": "@pkg-nec/emulatorjs-cores", - "version": "4.2.6", + "version": "4.2.7", "type": "module", "description": "EmulatorJS Cores", "homepage": "https://github.com/pkg-nec/EmulatorJS#readme", diff --git a/package-lock.json b/package-lock.json index 7e6fbc87c..c619bc867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pkg-nec/emulatorjs", - "version": "4.2.6", + "version": "4.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pkg-nec/emulatorjs", - "version": "4.2.6", + "version": "4.2.7", "license": "GPL-3.0", "dependencies": { "@node-minify/clean-css": "^10.5.0", diff --git a/package.json b/package.json index 9a90e7daf..d970c7688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pkg-nec/emulatorjs", - "version": "4.2.6", + "version": "4.2.7", "type": "module", "description": "EmulatorJS is a frontend for RetroArch in the web browser.", "homepage": "https://github.com/pkg-nec/EmulatorJS#readme",