diff --git a/CHANGELOG.md b/CHANGELOG.md index 381bb06..d281c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [3.1.14] - 2025-01-04 + +### Changed + +- Improved webpage design + +### Fixed + +- Fixed connection status tracking, now correct icon will display +- Fixed all the warnings in the code + ## [3.1.13] - 2025-01-03 ### Added diff --git a/client/package-lock.json b/client/package-lock.json index b2c8616..d0b9d30 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "client", - "version": "3.1.13", + "version": "3.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "client", - "version": "3.1.13", + "version": "3.1.14", "dependencies": { "pinia": "^2.3.0", "socket.io-client": "^4.8.1", diff --git a/client/package.json b/client/package.json index 61c0c20..3a9bc4f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.1.13", + "version": "3.1.14", "private": true, "type": "module", "scripts": {