Skip to content

Commit 3431f12

Browse files
chore(release): 0.4.0
1 parent 69b0e9f commit 3431f12

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
<a name="0.4.0"></a>
6+
## [0.4.0](https://www.github.com/akinbender/MakerPrompt/releases/tag/v0.4.0) (2026-03-16)
7+
8+
### Features
9+
10+
* inventory and analytics etc ([a88e72a](https://www.github.com/akinbender/MakerPrompt/commit/a88e72adb92ea2fa02c670c247495acda029e500))
11+
* sidebar-collapse, global error handling ([fd1b00b](https://www.github.com/akinbender/MakerPrompt/commit/fd1b00b33e32cd551a42ec2577fef80afeb7c23e))
12+
13+
### Bug Fixes
14+
15+
* changes ([6bdd2c6](https://www.github.com/akinbender/MakerPrompt/commit/6bdd2c6f5d9f06dfcb21a49a289f87d2ea47bef9))
16+
* changes ([23d34da](https://www.github.com/akinbender/MakerPrompt/commit/23d34dadc500930f887d267bd11689372ffe01ae))
17+
* e2e tests ([c6f966d](https://www.github.com/akinbender/MakerPrompt/commit/c6f966d68e500755c2f3e1436c18229a015a7db5))
18+
* fixes ([277f25b](https://www.github.com/akinbender/MakerPrompt/commit/277f25b9276b2a5ccc070d1ca2111fc402960dc3))
19+
* fixes ([68ab0d4](https://www.github.com/akinbender/MakerPrompt/commit/68ab0d49fe7801357f64072b0c6579e203d80919))
20+
* telemetry issues ([d96aa4f](https://www.github.com/akinbender/MakerPrompt/commit/d96aa4fa74b635364016940f896bb0eabd288f15))
21+
522
<a name="0.3.10"></a>
623
## [0.3.10](https://www.github.com/akinbender/MakerPrompt/releases/tag/v0.3.10) (2026-01-21)
724

MakerPrompt.Blazor/MakerPrompt.Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Enables source-map based debugging in both VS and VS Code for .NET 10 WASM.
1010
Prevents the "failed to load metadata for System.Private.CoreLib.dll" error. -->
1111
<WasmDebugLevel>2</WasmDebugLevel>
12-
<Version>0.3.10</Version>
12+
<Version>0.4.0</Version>
1313
<AssemblyVersion>$(Version)</AssemblyVersion>
1414
<FileVersion>$(Version)</FileVersion>
1515
<InformationalVersion>$(Version)</InformationalVersion>

MakerPrompt.MAUI/MakerPrompt.MAUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ApplicationId>com.makerprompt.maui</ApplicationId>
1717
<ApplicationDisplayVersion>$(Version)</ApplicationDisplayVersion>
1818
<ApplicationVersion>$(Version)</ApplicationVersion>
19-
<Version>0.3.10</Version>
19+
<Version>0.4.0</Version>
2020

2121
<!-- To develop, package, and publish an app to the Microsoft Store, see: https://aka.ms/MauiTemplateUnpackaged -->
2222
<WindowsPackageType>None</WindowsPackageType>

0 commit comments

Comments
 (0)