Skip to content

Commit 209f674

Browse files
chore(release): 3.1.1
1 parent f8bfc83 commit 209f674

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.1](https://github.com/tabkram/execution-engine/compare/v3.1.0...v3.1.1) (2025-03-03)
2+
3+
### Bug Fixes
4+
5+
* improve [@trace](https://github.com/trace) execution to correctly auto bind the class context to the handler ([835c86b](https://github.com/tabkram/execution-engine/commit/835c86bd02ea657b9e29c03c81995aca030b8814))
6+
* prevent duplicate `[@trace](https://github.com/trace)()` handler calls on handler throw ([8e9a86e](https://github.com/tabkram/execution-engine/commit/8e9a86e0650ee4e8bb3dd1b1a9a47c748ac68d8c))
17
## [3.1.0](https://github.com/tabkram/execution-engine/compare/v3.0.0...v3.1.0) (2025-02-25)
28

39
### Bug Fixes

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.1.0",
3+
"version": "3.1.1",
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)