@fedify/fedify 0.13.3 → 0.13.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGES.md +11 -0
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -3,6 +3,17 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 0.13.4
7
+ --------------
8
+
9
+ Released on September 1, 2024.
10
+
11
+ - Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
12
+ options when no `-f`/`--follow` option was provided. [[#132]]
13
+
14
+ [#132]: https://github.com/dahlia/fedify/issues/132
15
+
16
+
6
17
  Version 0.13.3
7
18
  --------------
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",