Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wang committed Jan 2, 2024
1 parent fc5e37f commit f059bf9
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

# [0.14.0](https://github.com/chunkai1312/node-twstock/compare/v0.13.0...v0.14.0) (2024-01-02)


### Features

* support for fetching futures & options realtime quote ([fc5e37f](https://github.com/chunkai1312/node-twstock/commit/fc5e37f45f9a32a8a6dea2db52e8c57c87db3c55))
* support for fetching listed futures & options ([20bb9d7](https://github.com/chunkai1312/node-twstock/commit/20bb9d7a40be1e541c6543dfb849129a2423e891))

# [0.13.0](https://github.com/chunkai1312/node-twstock/compare/v0.12.0...v0.13.0) (2023-12-31)


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": "node-twstock",
"version": "0.13.0",
"version": "0.14.0",
"description": "A client library for scraping Taiwan stock market data",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f059bf9

Please sign in to comment.