@fedify/fedify 0.14.2 → 0.14.3

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 (2) hide show
  1. package/CHANGES.md +20 -0
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -3,6 +3,15 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 0.14.3
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
+
6
15
  Version 0.14.2
7
16
  --------------
8
17
 
@@ -119,6 +128,17 @@ Released on August 27, 2024.
119
128
  [#115]: https://github.com/dahlia/fedify/issues/115
120
129
 
121
130
 
131
+ Version 0.13.4
132
+ --------------
133
+
134
+ Released on September 1, 2024.
135
+
136
+ - Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
137
+ options when no `-f`/`--follow` option was provided. [[#132]]
138
+
139
+ [#132]: https://github.com/dahlia/fedify/issues/132
140
+
141
+
122
142
  Version 0.13.3
123
143
  --------------
124
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",