Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Dec 19, 2023
1 parent da56796 commit 1424464
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.0.0](https://github.com/fugle-dev/fugle-trade-node/compare/v1.0.0...v2.0.0) (2023-12-19)


### Features

* add support for querying historical orders ([fd9eb0e](https://github.com/fugle-dev/fugle-trade-node/commit/fd9eb0e8cb92e29d05dd6084318fbf4b28836248))
* upgrade @fugle/trade-core to v2.0 ([9fcf5f3](https://github.com/fugle-dev/fugle-trade-node/commit/9fcf5f388eb9ac75f0a3bdd8423ca2804545ddfe))

## [1.0.0](https://github.com/fugle-dev/fugle-trade-node/compare/v0.5.0...v1.0.0) (2023-08-01)


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": "@fugle/trade",
"version": "1.0.0",
"version": "2.0.0",
"description": "FugleTrade API SDK for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1424464

Please sign in to comment.