Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tabkram committed Nov 26, 2023
1 parent 2ca3929 commit 79c5b36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.8](https://github.com/tabkram/execution-engine/compare/v0.0.7...v0.0.8) (2023-11-26)


### Bug Fixes

* filtering trace node data based on options trace data an trace config ([5c58ba1](https://github.com/tabkram/execution-engine/commit/5c58ba1dc8cf08f6bdb8aada38ea6101068eb96e))



## [0.0.7](https://github.com/tabkram/execution-engine/compare/v0.0.6...v0.0.7) (2023-11-25)


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.7",
"version": "0.0.8",
"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 79c5b36

@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 85.59% 202/236
🟡 Branches 75.26% 146/194
🟢 Functions 86.36% 57/66
🟢 Lines 86.36% 190/220

Test suite run success

27 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 79c5b36

Please sign in to comment.