diff --git a/CHANGELOG.md b/CHANGELOG.md index 297d0cc..d1ae02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ This is an outline and does not contain every change. Check the commits for a full list of changes. +## v0.10.1 - Fixes 🛠 (2019-12-6) + +### Added +- "what's new" link to help page + +### Changed +- Improved handling of boolean settings + +### Fixed +- Icons rendering above mobile nav menu +- List buttons spacing +- Server titles from overflowing +- Settings page errors and warnings +- Warning in Dropdown and Switch components +- Account page token parsing +- Old urls in package.json +- package.json name field +- Settings not syncing properly +- Servers with hidden observers being on top + ## v0.10.0 - New Authentication (2019-12-5) ### Added diff --git a/package-lock.json b/package-lock.json index 52f372c..a28bf12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 354ac07..a4e1d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.10.0", + "version": "0.10.1", "description": "BZList is an online service providing real-time BZFlag server information.", "homepage": "https://bzlist.net", "license": "GPL-3.0",