From 579e7a77f1dc39ad39e6ce77d2fa8ec40830d7d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:45:29 +0000 Subject: [PATCH] Release packages --- .changeset/bright-pumas-perform.md | 5 ----- packages/typescript/package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/bright-pumas-perform.md diff --git a/.changeset/bright-pumas-perform.md b/.changeset/bright-pumas-perform.md deleted file mode 100644 index e6ea8c1..0000000 --- a/.changeset/bright-pumas-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@watwowmap/pogo-data": minor ---- - -Add the first publishable TypeScript SDK for the V1 API, including typed endpoint bindings, configurable base URL support, and package release automation. diff --git a/packages/typescript/package.json b/packages/typescript/package.json index ea2a03a..a65615f 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@watwowmap/pogo-data", - "version": "0.1.0", + "version": "0.2.0", "description": "TypeScript bindings for the Pokemon GO data API V1 endpoints.", "type": "module", "sideEffects": false,