From 23705fc3b97a529d9bf23dc628da6566a86798d4 Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Wed, 3 Apr 2024 12:54:31 -0500 Subject: [PATCH] released v5.0.9 - cors preflight should reflect requested headers as the default (required for credentials) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f2ee2..2c91a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Changelog +- **v5.0.9** + - fixed: cors preflight should reflect requested headers as the default (required for credentials) - **v5.0.7** - fixed: withParams could attempt to bind null (collision with node adapter) - **v5.0.6** diff --git a/package.json b/package.json index df257a1..28682ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itty-router", - "version": "5.0.8", + "version": "5.0.9", "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.", "main": "./index.js", "module": "./index.mjs",