Skip to content

Commit 28fc30c

Browse files
chore(release): 3.5.0
1 parent 8b6e634 commit 28fc30c

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.5.0](https://github.com/tabkram/execution-engine/compare/v3.4.0...v3.5.0) (2025-04-10)
2+
3+
### Features
4+
5+
* add `bypass` argument to `cache` execution to ignore existing value and force new call ([13658aa](https://github.com/tabkram/execution-engine/commit/13658aae74a31921fa3fac3bb56c6bd5f4cabafe))
16
## [3.4.0](https://github.com/tabkram/execution-engine/compare/v3.3.1...v3.4.0) (2025-03-30)
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.4.0",
3+
"version": "3.5.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)