Skip to content

Commit 1e3213e

Browse files
committed
2.0.1
1 parent 3063066 commit 1e3213e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.1] - 2026-02-23
9+
10+
### Fixed
11+
12+
- Fixed README.md and MIGRATION.md to use correct `Interface`/`Enum` suffixed type names in all code examples and type references.
13+
- Added MIGRATION.md to package distribution and git tracking.
14+
815
## [2.0.0] - 2026-02-15
916

1017
### 🚨 BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "topstepx-api",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Framework-agnostic TypeScript client for the TopstepX trading API with REST and WebSocket support",
55
"author": "Hunter Evanoff",
66
"license": "MIT",

0 commit comments

Comments
 (0)