From 183d4043de59641227b2fdf9d49713b56656ee20 Mon Sep 17 00:00:00 2001 From: Hernan Alvarado Date: Fri, 5 Jun 2026 09:59:05 -0500 Subject: [PATCH] chore(release): bump package version[I --- CHANGELOG.md | 4 ++++ deno.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d9a17..9e11325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Per-package version history is maintained inside each package’s own `CHANGELOG ## [Unreleased] +--- + +## [0.7.2] - 2026-06-05 + ### Changed - Removed TypeBox compile-time type inference for `searchParams`, `params`, and `body` in client functions produced by `createClient`. Runtime validation with TypeBox remains supported, but `Static`-based inference is no longer used for client call signatures. [#54](https://github.com/aura-stack-ts/router/pull/54) diff --git a/deno.json b/deno.json index 958d0bb..b4482a2 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@aura-stack/router", - "version": "0.7.1", + "version": "0.7.2", "tasks": { "dev": "deno run --watch src/index.ts" }, diff --git a/package.json b/package.json index 335ef6e..e4c1bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aura-stack/router", - "version": "0.7.1", + "version": "0.7.2", "private": false, "type": "module", "description": "A lightweight TypeScript library for building, managing, and validating API routes and endpoints in Node.js applications.",