From 9690bc1f782bc46d52d9b506f28bc7d916935730 Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Fri, 22 May 2026 23:08:30 -0500 Subject: [PATCH] chore: release v1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First tagged release. Promotes the current state of the template to a v1.0.0 baseline — the recent /v1 API client migration, security and scaffolding backport, production-learnings sweep, router error/not-found refactor, and CI runtime modernization together form a coherent stable scaffold. Going forward: manual version bumps on meaningful PRs; release notes via GitHub Releases (no CHANGELOG file). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8909a4b..ee3fce8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-template", "private": true, - "version": "0.1.0", + "version": "1.0.0", "type": "module", "engines": { "node": ">=24.0.0"