Skip to content

Commit 4f8628b

Browse files
chore(release): 3.4.0
1 parent ad594e7 commit 4f8628b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.4.0](https://github.com/tabkram/execution-engine/compare/v3.3.1...v3.4.0) (2025-03-30)
2+
3+
### Features
4+
5+
* add `[@cache](https://github.com/cache)` decorator with configurable options (`cacheManager`, `cacheKey`, etc.) ([e766f2f](https://github.com/tabkram/execution-engine/commit/e766f2f8e6364d8cf52556da8a7c946f42d4b6ec))
6+
* add type to trace ([ac54c69](https://github.com/tabkram/execution-engine/commit/ac54c69649e7eac42386ef5d577aba609ef3de2b))
17
## [3.3.1](https://github.com/tabkram/execution-engine/compare/v3.3.0...v3.3.1) (2025-03-21)
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.3.1",
3+
"version": "3.4.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)