Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Apr 2, 2023
1 parent 440a5f0 commit 182f41a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

# 1.0.0-beta.0 (2023-04-02)


### Features

* add REST client support for Futures & Options API ([a48427b](https://github.com/fugle-dev/fugle-marketdata-node/commit/a48427b857c79235093d54fcda2257a3ad09b5a3))
* add REST client support for Stock API ([1f3e8cd](https://github.com/fugle-dev/fugle-marketdata-node/commit/1f3e8cd74a01d3cb7f2945d5c21c76bba9006a21))
* add WebSocket client support for Futures & Options API ([1cf3d94](https://github.com/fugle-dev/fugle-marketdata-node/commit/1cf3d94784373e455defa5b13aa1af9c045706a1))
* add WebSocket client support for Stock API ([a3fc242](https://github.com/fugle-dev/fugle-marketdata-node/commit/a3fc242242df178513fd57ff011367fe03367e07))
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": "0.0.0",
"version": "1.0.0-beta.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 182f41a

Please sign in to comment.