Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tabkram committed Dec 10, 2023
1 parent 10dfdac commit e802aae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.0.0](https://github.com/tabkram/execution-engine/compare/v1.2.0...v2.0.0) (2023-12-10)


### Features

* add EngineTask and engine decorators `@engine` and `@run` ([447fec9](https://github.com/tabkram/execution-engine/commit/447fec9c393f428ed9c1ca2edc27a312626166e4))



# [1.2.0](https://github.com/tabkram/execution-engine/compare/v1.1.0...v1.2.0) (2023-12-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.2.0",
"version": "2.0.0",
"description": "A TypeScript library for tracing and visualizing code execution workflows.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3540,7 +3540,7 @@ prettier-linter-helpers@^1.0.0:

prettier@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
resolved "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==

pretty-format@^29.0.0, pretty-format@^29.7.0:
Expand Down

1 comment on commit e802aae

@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 92.22% 237/257
🟢 Branches 86.57% 174/201
🟢 Functions 91.67% 66/72
🟢 Lines 92.95% 224/241

Test suite run success

32 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from e802aae

Please sign in to comment.