From 4fe315295f73738c7fa2dece8ca7b13e06331529 Mon Sep 17 00:00:00 2001 From: shoma-mano Date: Mon, 11 Nov 2024 16:00:49 +0900 Subject: [PATCH] chore(release): v2.8.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac98e2d..f79bf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v2.8.5 + +[compare changes](https://github.com/shoma-mano/maests/compare/v2.8.4...v2.8.5) + +### 🩹 Fixes + +- Fix bug that happens when runScript is used in imported flow ([06f7aaf](https://github.com/shoma-mano/maests/commit/06f7aaf)) + +### ❤️ Contributors + +- Shoma-mano + ## v2.8.4 [compare changes](https://github.com/shoma-mano/maests/compare/v2.8.3...v2.8.4) diff --git a/package.json b/package.json index dacb51f..ad32dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maests", - "version": "2.8.4", + "version": "2.8.5", "description": "An executable compiler for creating Maestro's yaml-flows with typescript.", "type": "module", "main": "dist/commands/commands.mjs",