Since we added a new feature we are changing the version pump to minor

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-13 17:49:42 -04:00
parent b506451bbe
commit 3fbc6ee965
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 1.0.2
## 1.1.0
* Fixed bad id in `/followers` ActivityPub endpoint.
* Created activity and status pages for each page independent from the outbox.

View file

@ -9,7 +9,7 @@ export default function (req: VercelRequest, res: VercelResponse) {
"name": "Fedipage",
"repository": "https://git.qoto.org/fedipage/fedipage",
"homepage": "https://fedipage.com/",
"version": "1.0.2"
"version": "1.1.0"
},
"protocols": [
"activitypub"