Skip to content

Commit

Permalink
release(create-electron): v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Feb 18, 2024
1 parent e712892 commit dfcdc3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/create-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### v1.0.22 (_2024-02-18_)

- fix: solid-ts template missing styles

### v1.0.21 (_2024-01-30_)

fix: node tsconfig should include subdirectories
- fix: node tsconfig should include subdirectories

### v1.0.20 (_2024-01-27_)

fix: add ipcHandler function to solid-ts template ([#24](https://github.com/alex8088/quick-start/pull/24))
- fix: add ipcHandler function to solid-ts template ([#24](https://github.com/alex8088/quick-start/pull/24))

### v1.0.19 (_2024-01-26_)

Expand Down
2 changes: 1 addition & 1 deletion packages/create-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-electron",
"version": "1.0.21",
"version": "1.0.22",
"description": "An easy way to start an Electron project",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit dfcdc3f

Please sign in to comment.