Unverified Commit ecc6c8c4 authored by Hong Minhee's avatar Hong Minhee
Browse files

Release 0.9.0

parent 5e5b73cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Fedify changelog
Version 0.9.0
-------------

To be released.
Released on June 2, 2024.

 -  Added `Tombstone` class to Activity Vocabulary API.

+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the
{
  "type": "module",
  "dependencies": {
    "@fedify/fedify": "^0.8.0"
    "@fedify/fedify": "^0.9.0"
  }
}
~~~~