From 066c40ff54a72e6886bcea255e506b9e2e8f7f3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 12:21:38 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d3bc45..e4f8fc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.127.0](https://github.com/k1LoW/runn/compare/v0.126.1...v0.127.0) - 2025-01-09 +### Breaking Changes 🛠 +- If loop.count <= 0, skip step. by @k1LoW in https://github.com/k1LoW/runn/pull/1145 + ## [v0.126.1](https://github.com/k1LoW/runn/compare/v0.126.0...v0.126.1) - 2025-01-08 ### Fix bug 🐛 - fix(loadt): Fix a bug that overwrote the original error by @mi-wada in https://github.com/k1LoW/runn/pull/1143