Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tabkram committed Nov 24, 2023
1 parent 4259811 commit 757da36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.0.3](https://github.com/tabkram/execution-engine/compare/v0.0.2...v0.0.3) (2023-11-24)


### Bug Fixes

* execution timer tests ([1ec91cc](https://github.com/tabkram/execution-engine/commit/1ec91cc33bf8f39890b26988ce1657f5d3b85183))


### Features

* add more examples to explain ExecutionEngine usage ([28feb55](https://github.com/tabkram/execution-engine/commit/28feb558c4b5a96b17a4af156c2fb641478055d8))
* better duration measuring especially for short time intervals ([393429b](https://github.com/tabkram/execution-engine/commit/393429bcf156171d96a20cbd43057ba96c3faa55))



## [0.0.2](https://github.com/tabkram/execution-engine/compare/8243be45fd13a0fbb968c18bf9401b7ea657cf8e...v0.0.2) (2023-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "execution-engine",
"version": "0.0.2",
"version": "0.0.3",
"description": "A TypeScript library for tracing and visualizing code execution workflows.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit 757da36

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 64.19% 147/229
🔴 Branches 59.88% 103/172
🟡 Functions 67.19% 43/64
🟡 Lines 65.02% 145/223

Test suite run success

24 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 757da36

Please sign in to comment.