Unverified Commit 93bf778a authored by Hong Minhee's avatar Hong Minhee
Browse files

Merge tag '1.6.15' into 1.7-maintenance

Fedify 1.6.15
parents 92225e40 81e2a4be
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ Version 1.7.16

To be released.

 -  Fixed a bug where the npm package failed to load at runtime with an error
    like `SyntaxError: The requested module '../types.js' does not provide an
    export named 'i'`.  This was a regression introduced in version 1.7.15.


Version 1.7.15
--------------
@@ -213,6 +217,16 @@ Released on June 25, 2025.
[#252]: https://github.com/fedify-dev/fedify/pull/252


Version 1.6.15
--------------

Released on December 20, 2025.

 -  Fixed a bug where the npm package failed to load at runtime with an error
    like `SyntaxError: The requested module '../types.js' does not provide an
    export named 'i'`.  This was a regression introduced in version 1.6.14.


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

+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ export default [
        )
        .map((f) => f.replace(sep, "/")),
    ],
    hash: false,
    dts: true,
    external: [/^node:/],
    inputOptions: {