Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wang committed Dec 23, 2023
1 parent 6d73544 commit d1060a4
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.11.0](https://github.com/chunkai1312/node-twstock/compare/v0.10.0...v0.11.0) (2023-12-23)


### Features

* support for fetching TXF large traders' position ([672024f](https://github.com/chunkai1312/node-twstock/commit/672024f8ddc1735a0b6714a346bc0bae4fb2a34c))
* support for fetching TXO large traders' position ([6d73544](https://github.com/chunkai1312/node-twstock/commit/6d7354483e4e7df1ce1ce0d8d1322091a3850df5))

# [0.10.0](https://github.com/chunkai1312/node-twstock/compare/v0.9.0...v0.10.0) (2023-12-21)


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.10.0",
"version": "0.11.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 d1060a4

Please sign in to comment.