From 751c745081b061ba74f7e5336ee4bee36d26b645 Mon Sep 17 00:00:00 2001 From: "paperclip-resolver[bot]" <3736210+paperclip-resolver[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:32:13 -0400 Subject: [PATCH] chore: version 0.4.0 (fold timestamp docs into the unreleased 0.4.0; last published was 0.3.2) The is_active field + odds:locked event (0.4.0 in main) were never tagged. The timestamp docstring clarification is doc-only, so it folds into 0.4.0 rather than warranting a 0.5.0. Releasing v0.4.0. Type: chore --- CHANGELOG.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a71d7..75346db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 32025cb..dd6a09b 100644 --- a/package.json +++ b/package.json @@ -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",