diff --git a/CHANGELOG.md b/CHANGELOG.md index 102045d..b9b0731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog -This is an outline and does not contain every change. Check the commits for a full list of changes. +This is an outline and does not contain every change. Check the commits for a full list of changes.\ + +## v0.10.3 - Snow! ❄ (2019-12-15) + +> *Note: During the development of this version some unused data was removed from the API which required slight tweaks.* + +### Added +- Max team size to server details +- Snow effect! + +### Changed +- Updated dependencies + +### Fixed +- Typos in CHANGELOG +- Wrong license in package.json +- ServerDetailsPage always needing +- Textarea not having border on focues +- Heading space on Terms of Service page +- Button list spacing ## v0.10.2 (2019-12-13) diff --git a/package-lock.json b/package-lock.json index c96617d..8d78f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.10.2", + "version": "0.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abfc5df..02a7451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.10.2", + "version": "0.10.3", "description": "BZList is an online service providing real-time BZFlag server information.", "homepage": "https://bzlist.net", "license": "MIT",