Skip to content

Commit 79110ac

Browse files
chore(release): 3.1.0
1 parent 66eab3c commit 79110ac

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.1.0](https://github.com/tabkram/execution-engine/compare/v3.0.0...v3.1.0) (2025-02-25)
2+
3+
### Bug Fixes
4+
5+
* **execution:** multi-decorator support with `[@trace](https://github.com/trace)()` and handle hidden returned promises ([d356c30](https://github.com/tabkram/execution-engine/commit/d356c300f86602aa697324ef195c6fadfd8dbc73))
16
## [3.0.0](https://github.com/tabkram/execution-engine/compare/v2.2.3...v3.0.0) (2025-02-24)
27

38
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "execution-engine",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A TypeScript library for tracing and visualizing code execution workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)