Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Jul 30, 2024
1 parent 7b92c67 commit 61e9f14
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.2.0](https://github.com/fugle-dev/fugle-marketdata-node/compare/v1.1.0...v1.2.0) (2024-07-30)


### Features

* add REST endpoints for Futures & Options API ([df5d392](https://github.com/fugle-dev/fugle-marketdata-node/commit/df5d3927f1b03cabe9d8bad6b7c8aa20710a63f6))
* add support for retrieving historical data for Futures and Options ([#3](https://github.com/fugle-dev/fugle-marketdata-node/issues/3)) ([7b92c67](https://github.com/fugle-dev/fugle-marketdata-node/commit/7b92c67eb97bd655266f23d907f670ea1f0792c4))

# [1.1.0](https://github.com/fugle-dev/fugle-marketdata-node/compare/v1.0.4...v1.1.0) (2024-03-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/marketdata",
"version": "1.1.0",
"version": "1.2.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 61e9f14

Please sign in to comment.