@fedify/fedify 1.4.0-dev.634 → 1.5.0-dev.636

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.
package/CHANGES.md CHANGED
@@ -3,11 +3,17 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
- Version 1.4.0
6
+ Version 1.5.0
7
7
  -------------
8
8
 
9
9
  To be released.
10
10
 
11
+
12
+ Version 1.4.0
13
+ -------------
14
+
15
+ Released on February 5, 2025.
16
+
11
17
  - Document loader and context loader are now configurable with a factory
12
18
  function for more flexibility.
13
19
 
package/README.md CHANGED
@@ -95,6 +95,7 @@ financial contributors:[^2]
95
95
  ### Supporters
96
96
 
97
97
  - [Daniel Supernault](https://pixelfed.org/)
98
+ - [tkgka](https://opencollective.com/guest-1b915c65)
98
99
 
99
100
  ### Backers
100
101
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.0-dev.634+89074a8d",
3
+ "version": "1.5.0-dev.636+f2025de3",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",