Skip to content

Commit 62b502c

Browse files
committed
chore(release): 0.2.0
1 parent 21e8550 commit 62b502c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/fugle-dev/fugle-backtest-node/compare/v0.1.1...v0.2.0) (2025-01-17)
6+
7+
8+
### Features
9+
10+
* allow user-defined trade execution price ([#5](https://github.com/fugle-dev/fugle-backtest-node/issues/5)) ([912b873](https://github.com/fugle-dev/fugle-backtest-node/commit/912b873f5626d1403cbfe1549e54759a34e39cd6))
11+
512
### [0.1.1](https://github.com/fugle-dev/fugle-backtest-node/compare/v0.1.0...v0.1.1) (2025-01-15)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugle/backtest",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Backtest trading strategies in Node.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)