@fedify/fedify 1.3.0-dev.485 → 1.3.0-dev.487

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
@@ -33,6 +33,15 @@ To be released.
33
33
  [#162]: https://github.com/dahlia/fedify/issues/162
34
34
 
35
35
 
36
+ Version 1.2.3
37
+ -------------
38
+
39
+ Released on November 6, 2024.
40
+
41
+ - The `fedify node` subcommand now can recognize multiple values of
42
+ the `rel` attribute in the `<link>` HTML elements.
43
+
44
+
36
45
  Version 1.2.2
37
46
  -------------
38
47
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.485+cfe509f3",
3
+ "version": "1.3.0-dev.487+599b5a7b",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.485+cfe509f3",
3
+ "version": "1.3.0-dev.487+599b5a7b",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",