You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,10 @@
190
190
* publish as ESM only ([#154](https://github.com/brillout/telefunc/issues/154)) ([4ace609](https://github.com/brillout/telefunc/commit/4ace60983c8989beeb904c99c62ff979ed92f8e4))
191
191
192
192
193
-
### BREAKING CHANGES
193
+
### MINOR BREAKING CHANGES
194
+
195
+
> [!NOTE]
196
+
> We recommend ignoring `MINOR BREAKING CHANGES` unless this version breaks your app, see [Vike Versioning](https://vike.dev/versioning).
194
197
195
198
* If your app is CJS then update Node.js to v23 or above (or v22 with the `--experimental-require-module` flag) in order to [be able to `require(esm)`](https://nodejs.org/en/blog/announcements/v22-release-announce#support-requireing-synchronous-esm-graphs) . If your app is ESM then you can keep using older Node.js versions.
0 commit comments