Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @logicflow/[email protected]
  • Loading branch information
boyongjiong committed Aug 21, 2023
1 parent 9ef9f2e commit 852cd7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.4](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-08-21)


### Bug Fixes

* **engine:** expression can not return right value in browser ([9ef9f2e](https://github.com/didi/LogicFlow/commit/9ef9f2e1080dcfa05002ab0bc25b18c39d2efffd))


### Features

* **engine:** add getExecutionList api ([a907c87](https://github.com/didi/LogicFlow/commit/a907c877512f5c1c62c232f8b2b5e462a9a3ac07))





## [0.0.3](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-08-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/engine",
"version": "0.0.3",
"version": "0.0.4",
"description": "a process engine for javascript",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 852cd7d

Please sign in to comment.