Skip to content

Commit

Permalink
chore(release): 1.3.12
Browse files Browse the repository at this point in the history
chunkai1312 committed Oct 24, 2024
1 parent d5e1906 commit 22fd99b
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.12](https://github.com/chunkai1312/node-twstock/compare/v1.3.11...v1.3.12) (2024-10-24)


### Bug Fixes

* correct field mapping for institutional investors' trades in TPEx stocks ([d5e1906](https://github.com/chunkai1312/node-twstock/commit/d5e1906ab75f302a8c66d231ff7edb3a394d47df))
* update default limit in RateLimitOptions to prevent excessive request frequency ([fc4d7b1](https://github.com/chunkai1312/node-twstock/commit/fc4d7b196bb74925694c0cffb4a5d5711b7b84c4))

## [1.3.11](https://github.com/chunkai1312/node-twstock/compare/v1.3.10...v1.3.11) (2024-10-10)


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": "1.3.11",
"version": "1.3.12",
"description": "A client library for scraping Taiwan stock market data",
"main": "lib/index.js",
"types": "lib/index.d.ts",

0 comments on commit 22fd99b

Please sign in to comment.