Commit 6e1195f
committed
🚀 feat: update electron-builder config, bump version, and extend global types
- Updated the output directory in `electron-builder.json5` to `release/0.0.9`. This change aligns with the new application version, ensuring that build artifacts are correctly versioned.
- Incremented the version in `package.json` to `0.0.9`. This version bump reflects new features or fixes added since the last release, maintaining a clear versioning history.
- Added `requestPermission` method to the global type definitions in `types.d.ts`. This extension provides a typed interface for requesting permissions within the application, improving code readability and maintainability.1 parent a389c13 commit 6e1195f
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments