Skip to content

Commit aafb39b

Browse files
chore(release): 4.0.0
1 parent f764fe5 commit aafb39b

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.0.0](https://github.com/tabkram/execution-engine/compare/v3.5.0...v4.0.0) (2025-08-08)
2+
3+
### Features
4+
5+
* make context injection into functions optional by default when we `trace` ([1e9cf2a](https://github.com/tabkram/execution-engine/commit/1e9cf2a30e62d4282ee4764e9cbea63526f5f664))
6+
7+
### Bug Fixes
8+
9+
* unnecessary npm script ([1aa31a0](https://github.com/tabkram/execution-engine/commit/1aa31a007190eac04bdcf80a9332ebd63d15418b))
110
## [3.5.0](https://github.com/tabkram/execution-engine/compare/v3.4.0...v3.5.0) (2025-04-10)
211

312
### 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.5.0",
3+
"version": "4.0.0",
44
"description": "A TypeScript library for tracing and visualizing code execution workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,11 +2286,6 @@ fs.realpath@^1.0.0:
22862286
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
22872287
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
22882288

2289-
fsevents@^2.3.2:
2290-
version "2.3.3"
2291-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
2292-
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2293-
22942289
function-bind@^1.1.2:
22952290
version "1.1.2"
22962291
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)