diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c10a53..8497b952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog + +## v2.65.1 +*8 September 2025* + +- Fixed url checking when using data URLs (#575) + + ## v2.15.0 *12 March 2025* diff --git a/package-lock.json b/package-lock.json index 6414d0ec..b75a3b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lightningjs/core", - "version": "2.15.0", + "version": "2.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lightningjs/core", - "version": "2.15.0", + "version": "2.16.1", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.8.3", diff --git a/package.json b/package.json index 38fe8148..dde52767 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Metrological, Bas van Meurs ", "name": "@lightningjs/core", - "version": "2.15.0", + "version": "2.16.1", "license": "Apache-2.0", "type": "module", "types": "dist/src/index.d.ts",