diff --git a/CHANGELOG.md b/CHANGELOG.md index 983d6f3..4b159be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://github.com/z0w13/pkstatus/compare/v0.10.1...v0.11.0) (2024-09-29) + + +### Bug Fixes +* **api:** fixed errors causing the app to hang completely until restarted +* **status:** fixed some errors not displaying +* **lookup:** fixed ui sometimes overflowing container + ## [0.10.1](https://github.com/z0w13/pkstatus/compare/v0.10.0...v0.10.1) (2024-05-30) diff --git a/package.json b/package.json index 74eba04..9dc1de0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pkstatus", - "version": "0.10.1", + "version": "0.11.0", "description": "Display PluralKit systems and their current status", "productName": "PKStatus", "homepage": "https://github.com/z0w13/pkstatus", diff --git a/src-capacitor/package.json b/src-capacitor/package.json index 0014408..81ed066 100644 --- a/src-capacitor/package.json +++ b/src-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "pkstatus", - "version": "0.10.1", + "version": "0.11.0", "description": "Display PluralKit systems and their current status", "author": "Zowie ", "private": true,