Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Oct 23, 2024
1 parent c5a51a8 commit 29556a6
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
@@ -1,5 +1,13 @@
# Changelog

# [1.3.0](https://github.com/fugle-dev/fugle-marketdata-node/compare/v1.2.0...v1.3.0) (2024-10-23)


### Features

* add REST endpoints for stock technical API ([#4](https://github.com/fugle-dev/fugle-marketdata-node/issues/4)) ([c5a51a8](https://github.com/fugle-dev/fugle-marketdata-node/commit/c5a51a8cd96a7aa069b11326231f4711484e48fc))
* add sort parameter to enable sorting for stock historical candles endpoint ([82225e7](https://github.com/fugle-dev/fugle-marketdata-node/commit/82225e7f9a414f1a6bf66e4cad03a2d675724b3b))

# [1.2.0](https://github.com/fugle-dev/fugle-marketdata-node/compare/v1.1.0...v1.2.0) (2024-07-30)


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/marketdata",
"version": "1.2.0",
"version": "1.3.0",
"description": "Fugle MarketData API client library for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 29556a6

Please sign in to comment.