From bdf35b8d3a8d53d66db44fbb511b90bb3385cec5 Mon Sep 17 00:00:00 2001 From: flant-team-sysdev Date: Wed, 15 Apr 2026 15:47:47 +0300 Subject: [PATCH] chore(main): release 1.24.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b227244..631c20ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.24.0](https://github.com/werf/nelm/compare/v1.23.2...v1.24.0) (2026-04-15) + + +### Features + +* ability to init ts files with WerfRenderContext type ([#593](https://github.com/werf/nelm/issues/593)) ([4b90254](https://github.com/werf/nelm/commit/4b90254854087286ab615da8ace1381037ceca31)) +* deno runtime for typescript ([#565](https://github.com/werf/nelm/issues/565)) ([942d8aa](https://github.com/werf/nelm/commit/942d8aad2341079757e2130fd5402106201bc9d6)) + ## [1.23.2](https://github.com/werf/nelm/compare/v1.23.1...v1.23.2) (2026-03-27)