Skip to content

Commit 0a90f58

Browse files
chore(release): 3.3.0
1 parent 1c30ccc commit 0a90f58

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.3.0](https://github.com/tabkram/execution-engine/compare/v3.2.0...v3.3.0) (2025-03-10)
2+
3+
### Features
4+
5+
* add [@memoize](https://github.com/memoize) decorator with expiration and handler options ([662c1fa](https://github.com/tabkram/execution-engine/commit/662c1fac74602728277a2a0ef5bcc51c7ba8072f))
16
## [3.2.0](https://github.com/tabkram/execution-engine/compare/v3.1.1...v3.2.0) (2025-03-08)
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.2.0",
3+
"version": "3.3.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)