Skip to content

Commit

Permalink
released v5.0.9 - cors preflight should reflect requested headers as …
Browse files Browse the repository at this point in the history
…the default (required for credentials)
  • Loading branch information
kwhitley committed Apr 3, 2024
1 parent 3645c6b commit 23705fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
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": "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",
Expand Down

0 comments on commit 23705fc

Please sign in to comment.