Skip to content

Commit abefc61

Browse files
committed
release: v1.3.0
1 parent 61f5e22 commit abefc61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.3.0 (_2025-03-16_)
2+
3+
- fix: support new registering preload script menthod of Electron 35
4+
- perf: improve resolve import meta url
5+
- chore(deps): update electron to v35
6+
17
### v1.2.1 (_2024-08-21_)
28

39
- fix: getting with default value in renderer doesn't work

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-conf",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Simple data persistence for your Electron app - save and load user settings, app state, cache, etc",
55
"main": "./dist/main.cjs",
66
"module": "./dist/main.mjs",

0 commit comments

Comments
 (0)