Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Dec 12, 2023
1 parent db2c396 commit ce044d1
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.3.0](https://github.com/chunkai1312/node-twstock/compare/v0.2.0...v0.3.0) (2023-12-12)


### Features

* support for fetching OTC stocks values ([db2c396](https://github.com/chunkai1312/node-twstock/commit/db2c396071e7e3bd18b2a4f968a62851c3989854))
* support for fetching TSE stocks values ([a991591](https://github.com/chunkai1312/node-twstock/commit/a991591087c49e39a5d6c2964f4dd0346f237eec))

# [0.2.0](https://github.com/chunkai1312/node-twstock/compare/v0.1.0...v0.2.0) (2023-12-11)


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.2.0",
"version": "0.3.0",
"description": "A client library for scraping real-time quotes and historical data from the Taiwan stock market",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ce044d1

Please sign in to comment.