Skip to content

Commit

Permalink
Release 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 23, 2024
1 parent 05ab3b5 commit b773105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# oak Change Log

## Version 17.1.1

- fix: properly handle invalid URLs in router (05ab3b5)

## Version 17.1.0

- fix: updates to support Deno 2 (de20780)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
"version": "17.1.0",
"version": "17.1.1",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit b773105

Please sign in to comment.