Skip to content

Commit f2b31d9

Browse files
committed
release(create-electron): v1.0.25
1 parent 2599cfe commit f2b31d9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/create-electron/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
### v1.0.24 (_2024-06-25_)
212

313
- fix: remove ts code in vue js template ([#37](https://github.com/alex8088/quick-start/pull/37))

packages/create-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quick-start/create-electron",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "An easy way to start an Electron project",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)