Skip to content

Commit d8adf36

Browse files
committed
chore(release): v1.8.1
1 parent c184135 commit d8adf36

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.1](https://github.com/kyo504/krx-cli/compare/v1.8.0...v1.8.1) (2026-03-20)
4+
5+
### Bug Fixes
6+
7+
- --from/--to 사용 시 --date 필수 요구 제거 ([a97d21b](https://github.com/kyo504/krx-cli/commit/a97d21b71e0d2c17fb2df0897cc5f377eeb189ef))
8+
- watchlist show에서 종목 매칭 실패하는 버그 수정 ([25f2f1b](https://github.com/kyo504/krx-cli/commit/25f2f1b1ba34741ebd2cb7b19bd03daa290dc409))
9+
310
## [1.8.0](https://github.com/kyo504/krx-cli/compare/v1.7.3...v1.8.0) (2026-03-19)
411

512
### Features

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install: npm install -g krx-cli
77
binary: krx
88
metadata:
99
author: kyo504
10-
version: "1.8.0"
10+
version: "1.8.1"
1111
invariants:
1212
- Always use YYYYMMDD format for --date (e.g., 20260310)
1313
- Data is T-1 (previous trading day), available from 2010 onwards

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "krx-cli",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "CLI & MCP server for KRX (Korea Exchange) Open API — query Korean stock market data (KOSPI, KOSDAQ, ETF, bonds, derivatives) from terminal or AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)