Skip to content

Commit bb47d66

Browse files
committed
chore: pre-release v0.4.7-dev
1 parent add0f81 commit bb47d66

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

RELEASE.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
1-
# ExcaliDash v0.4.6
1+
# ExcaliDash v0.4.7-dev
22

3-
Release date: 2026-02-11
3+
Release date: 2026-02-17
44

55
## Highlights
6-
-
6+
7+
- RC for v0.4
78

89
## Added
9-
-
10+
11+
-
1012

1113
## Changed
12-
-
14+
15+
-
1316

1417
## Fixed
15-
-
18+
19+
-
1620

1721
## Security
18-
-
22+
23+
-
1924

2025
## Upgrade Notes
21-
-
26+
27+
-
2228

2329
## Checks
30+
2431
- [ ] Unit tests pass
2532
- [ ] E2E tests pass
2633
- [ ] Docker images published

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.4.7

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.4.6",
4+
"version": "0.4.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 6767",

0 commit comments

Comments
 (0)