diff --git a/CHANGELOG.md b/CHANGELOG.md index f79bf07..14a35c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v2.8.6 + +[compare changes](https://github.com/shoma-mano/maests/compare/v2.8.5...v2.8.6) + +### 🩹 Fixes + +- EsmResolve in rewriteRunScriptPlugin throw error ([a89b3ad](https://github.com/shoma-mano/maests/commit/a89b3ad)) + +### 💅 Refactors + +- Refactored utils ([2669227](https://github.com/shoma-mano/maests/commit/2669227)) + +### 🏡 Chore + +- **test:** Fix failed unit tests ([30e399c](https://github.com/shoma-mano/maests/commit/30e399c)) + +### ❤️ Contributors + +- Shoma-mano + ## v2.8.5 [compare changes](https://github.com/shoma-mano/maests/compare/v2.8.4...v2.8.5) diff --git a/package.json b/package.json index ad32dd3..b90d687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maests", - "version": "2.8.5", + "version": "2.8.6", "description": "An executable compiler for creating Maestro's yaml-flows with typescript.", "type": "module", "main": "dist/commands/commands.mjs",