Skip to content

Commit a806df3

Browse files
chore(release): update version for release (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 935d221 commit a806df3

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/0000-fix-missing-dep-in-template.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/petite-mammals-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.0.1
2+
3+
### Patch Changes
4+
5+
- 6d7c5ab: All templates were missing "electron-tsdown" as a dependency.
6+
17
## 10.0.0
28

39
### Major Changes

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-tsdown/create-app",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Create Electron tsdown powered apps with one command",
55
"keywords": [
66
"cli",

packages/electron-tsdown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 11.0.1
2+
3+
### Patch Changes
4+
5+
- 727936e: Fix wrong import for 'node:process'
6+
17
## 11.0.0
28

39
### Major Changes

packages/electron-tsdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-tsdown",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Use tsdown and vite with Electron for blazing fast compilation",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)