Release Diagram Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 12:11:46 +02:00
parent b78f20f66a
commit f128568e4e
24 changed files with 599 additions and 77 deletions
+1 -1
View File
@@ -74,6 +74,6 @@ test("PWA theme, offline reload, and headers", async ({
const manifest = await request.get("/deep/nested/diagram/toolbox-app.json");
await expect(manifest.json()).resolves.toMatchObject({
id: "de.add-ideas.diagram-tools",
version: "0.1.0",
version: "0.2.0",
});
});