From 748036d324c885dbdb615476b6c57abfcd5efa41 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 16:51:44 +0000 Subject: [PATCH] release: v5.0.0 Major release: raises the minimum Node.js to >=22.18.0 and upgrades the EJS (v6) and hookified (v3) engines across major versions. Full release notes in the PR body. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01HwRkk2BtZPFT5iTYVfdcEU --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb72f3..e58c38f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "4.8.7", + "version": "5.0.0", "description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars", "type": "module", "main": "./dist/ecto.mjs",