Skip to content

Commit ddad5ca

Browse files
chore(release): 2.2.0
1 parent 8c607c0 commit ddad5ca

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## [2.2.0](https://github.com/tabkram/execution-engine/compare/v2.1.1...v2.2.0) (2025-02-19)
12
## [2.1.1](https://github.com/tabkram/execution-engine/compare/v2.1.0...v2.1.1) (2025-02-16)
23
## [2.1.0](https://github.com/tabkram/execution-engine/compare/v2.0.2...v2.1.0) (2023-12-15)
34

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": "2.1.1",
3+
"version": "2.2.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
@@ -2235,11 +2235,6 @@ fs.realpath@^1.0.0:
22352235
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
22362236
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
22372237

2238-
fsevents@^2.3.2:
2239-
version "2.3.3"
2240-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
2241-
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2242-
22432238
function-bind@^1.1.2:
22442239
version "1.1.2"
22452240
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)