Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `@sharp-api/client` are documented here.

## 0.5.0 — 2026-06-02
## 0.4.0 — 2026-06-02

### Changed

Expand All @@ -13,8 +13,6 @@ All notable changes to `@sharp-api/client` are documented here.
`wire_received_at` were never modeled by this SDK, so no type change is
needed. (SHA-1048)

## 0.4.0 — 2026-05-31

### Added

- `NormalizedOdds.is_active` (boolean). `false` indicates the market is
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": "@sharp-api/client",
"version": "0.5.0",
"version": "0.4.0",
"description": "Official TypeScript/JavaScript client for the SharpAPI real-time sports betting odds API",
"type": "module",
"main": "./dist/index.cjs",
Expand Down