Skip to content

Commit db6a91c

Browse files
committed
chore(release): 0.0.3-alpha.4
1 parent dc48322 commit db6a91c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.3-alpha.4](https://github.com/mirnau/sr3e/compare/v0.0.3-alpha.3...v0.0.3-alpha.4) (2025-09-06)
6+
57
### 0.0.3-alpha.3 (2025-09-06)
68

79

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "my-svelte-project",
3-
"version": "0.0.3-alpha.3",
3+
"version": "0.0.3-alpha.4",
44
"type": "module",
5+
"engines": {
6+
"node": ">=22 <23"
7+
},
58
"scripts": {
69
"dev": "vite",
710
"build": "vite build",

system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Otterbeast"
99
}
1010
],
11-
"version": "0.0.3-alpha.3",
11+
"version": "0.0.3-alpha.4",
1212
"url": "https://github.com/mirnau/sr3e",
1313
"readme": "https://raw.githubusercontent.com/mirnau/sr3e/main/README.md",
1414
"changelog": "https://raw.githubusercontent.com/mirnau/sr3e/main/CHANGELOG.md",

0 commit comments

Comments
 (0)