Skip to content

Commit

Permalink
chore(release): release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z0w13 committed Oct 3, 2024
1 parent ae68d99 commit 821283e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.12.0](https://github.com/z0w13/pkstatus/compare/v0.11.0...v0.12.0) (2024-10-03)


### Features

* **card/system:** add follow/unfollow buttons


### Bug Fixes

* **api:** fixed sometimes not passing api token
* **manage:** don't error out when a system no longer exists and isn't in cache
* **manage:** actually load systems into cache when opening page
* **switcher:** don't try to load system when no token is set

## [0.11.0](https://github.com/z0w13/pkstatus/compare/v0.10.1...v0.11.0) (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkstatus",
"version": "0.11.0",
"version": "0.12.0",
"description": "Display PluralKit systems and their current status",
"productName": "PKStatus",
"homepage": "https://github.com/z0w13/pkstatus",
Expand Down
2 changes: 1 addition & 1 deletion src-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkstatus",
"version": "0.11.0",
"version": "0.12.0",
"description": "Display PluralKit systems and their current status",
"author": "Zowie <[email protected]>",
"private": true,
Expand Down

0 comments on commit 821283e

Please sign in to comment.