@fedify/fedify 0.9.0-dev.184 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGES.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -6,7 +6,7 @@ Fedify changelog
6
6
  Version 0.9.0
7
7
  -------------
8
8
 
9
- To be released.
9
+ Released on June 2, 2024.
10
10
 
11
11
  - Added `Tombstone` class to Activity Vocabulary API.
12
12
 
package/README.md CHANGED
@@ -127,7 +127,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the
127
127
  {
128
128
  "type": "module",
129
129
  "dependencies": {
130
- "@fedify/fedify": "^0.8.0"
130
+ "@fedify/fedify": "^0.9.0"
131
131
  }
132
132
  }
133
133
  ~~~~
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.9.0-dev.184+5e5b73cc",
3
+ "version": "0.9.0",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",