Unverified Commit 2d7ac699 authored by Hong Minhee's avatar Hong Minhee
Browse files

Merge tag '1.6.14' into 1.7-maintenance

Fedify 1.6.14
parents 4479d26a a75f6578
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ Version 1.7.15

To be released.

 -  Fixed a bug where TypeScript declaration files (*.d.ts*) were not included
    in the npm package, causing type errors when importing the package.


Version 1.7.14
--------------
@@ -204,6 +207,15 @@ Released on June 25, 2025.
[#252]: https://github.com/fedify-dev/fedify/pull/252


Version 1.6.14
--------------

Released on December 20, 2025.

 -  Fixed a bug where TypeScript declaration files (*.d.ts*) were not included
    in the npm package, causing type errors when importing the package.


Version 1.6.13
--------------

+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ export default [
      "./x/hono.ts",
      "./x/sveltekit.ts",
    ],
    hash: false,
    dts: true,
    platform: "neutral",
    external: [/^node:/],
@@ -36,6 +37,7 @@ export default [
        )
        .map((f) => f.replace(sep, "/")),
    ],
    hash: false,
    dts: true,
    external: [/^node:/],
    inputOptions: {