@fedify/fedify 0.15.0-dev.367 → 0.15.0-dev.372

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
@@ -9,6 +9,15 @@ Version 0.15.0
9
9
  To be released.
10
10
 
11
11
 
12
+ Version 0.14.3
13
+ --------------
14
+
15
+ Released on September 1, 2024.
16
+
17
+ - Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
18
+ options when no `-f`/`--follow` option was provided. [[#132]]
19
+
20
+
12
21
  Version 0.14.2
13
22
  --------------
14
23
 
@@ -125,6 +134,17 @@ Released on August 27, 2024.
125
134
  [#115]: https://github.com/dahlia/fedify/issues/115
126
135
 
127
136
 
137
+ Version 0.13.4
138
+ --------------
139
+
140
+ Released on September 1, 2024.
141
+
142
+ - Fixed `fedify inbox` command where it had ignored `-a`/`--accept-follow`
143
+ options when no `-f`/`--follow` option was provided. [[#132]]
144
+
145
+ [#132]: https://github.com/dahlia/fedify/issues/132
146
+
147
+
128
148
  Version 0.13.3
129
149
  --------------
130
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.15.0-dev.367+2450f631",
3
+ "version": "0.15.0-dev.372+a573919b",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",