Skip to content

Commit e3ae86b

Browse files
chore(release): 3.2.0
1 parent 0bec760 commit e3ae86b

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.0](https://github.com/tabkram/execution-engine/compare/v3.1.1...v3.2.0) (2025-03-08)
2+
3+
### Features
4+
5+
* replace uuidv4 with crypto.randomUUID ([1726494](https://github.com/tabkram/execution-engine/commit/1726494882d1b06fdd98378c56d34b0bd40857c7))
6+
* update and complete ts-doc for models ([0436290](https://github.com/tabkram/execution-engine/commit/0436290903e1eda4aba633648db1203069af72a1))
17
## [3.1.1](https://github.com/tabkram/execution-engine/compare/v3.1.0...v3.1.1) (2025-03-03)
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.1.1",
3+
"version": "3.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
@@ -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)