We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9b2f7 commit 7739150Copy full SHA for 7739150
packages/preload/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v3.0.2 (_2025-04-19_)
2
+
3
+- feat: add 'webUtils.getPathForFile' api
4
5
### v3.0.1 (_2024-04-04_)
6
7
- feat: allow to remove a once listener
packages/preload/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/preload",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Toolkit for electron preload scripts.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments