diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fee9a9..c49390f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## [8.0.4](https://github.com/Masquerade-Circus/valyrian.js/compare/8.0.3...8.0.4) (2024-12-12) + +### Bug Fixes + +* fix setting class and id to svg elements ([e75a3bf](https://github.com/Masquerade-Circus/valyrian.js/commit/e75a3bfb53fc37786ee13b1b6d018c6c3e00b2c3)) + ## [8.0.3](https://github.com/Masquerade-Circus/valyrian.js/compare/8.0.2...8.0.3) (2024-12-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index dffc82d..64f7bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "valyrian.js", - "version": "8.0.3", + "version": "8.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "valyrian.js", - "version": "8.0.3", + "version": "8.0.4", "license": "Apache-2.0", "dependencies": { "clean-css": "^5.3.2", diff --git a/package.json b/package.json index 9c045be..7a2aa72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valyrian.js", - "version": "8.0.3", + "version": "8.0.4", "description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)", "repository": "git@github.com:Masquerade-Circus/valyrian.js.git", "author": "Masquerade ",