We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599cfe commit f2b31d9Copy full SHA for f2b31d9
packages/create-electron/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### v1.0.25 (_2025-02-17_)
2
+
3
+- feat: move to eslint flat config
4
+- feat: svelte 5
5
+- fix: typo ([#41](https://github.com/alex8088/quick-start/pull/41))
6
+- fix: format
7
+- fix: tsconfig not work in svelte ts template
8
+- fix: type check error in vue ts template
9
+- chore: bump deps
10
11
### v1.0.24 (_2024-06-25_)
12
13
- fix: remove ts code in vue js template ([#37](https://github.com/alex8088/quick-start/pull/37))
packages/create-electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-electron",
- "version": "1.0.24",
+ "version": "1.0.25",
"description": "An easy way to start an Electron project",
"main": "index.js",
"bin": {
0 commit comments