From cfd2a8e8547edb049c879dbc775c2deb765c8670 Mon Sep 17 00:00:00 2001 From: Hardy Nguyen Date: Sat, 8 Aug 2026 10:12:44 +0000 Subject: [PATCH] chore: bump to version 4.2.8 --- 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 ccde7938c..907163f65 100644 --- a/data/cores/package.json +++ b/data/cores/package.json @@ -1,6 +1,6 @@ { "name": "@pkg-nec/emulatorjs-cores", - "version": "4.2.7", + "version": "4.2.8", "type": "module", "description": "EmulatorJS Cores", "homepage": "https://github.com/pkg-nec/EmulatorJS#readme", diff --git a/package-lock.json b/package-lock.json index 909f61985..b66f9e468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pkg-nec/emulatorjs", - "version": "4.2.7", + "version": "4.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pkg-nec/emulatorjs", - "version": "4.2.7", + "version": "4.2.8", "license": "GPL-3.0", "dependencies": { "@node-minify/clean-css": "^10.5.0", diff --git a/package.json b/package.json index 13f6dbf5d..ea8d6843a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pkg-nec/emulatorjs", - "version": "4.2.7", + "version": "4.2.8", "type": "module", "description": "EmulatorJS is a frontend for RetroArch in the web browser.", "homepage": "https://github.com/pkg-nec/EmulatorJS#readme",