We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ab3b5 commit b773105Copy full SHA for b773105
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# oak Change Log
2
3
+## Version 17.1.1
4
+
5
+- fix: properly handle invalid URLs in router (05ab3b5)
6
7
## Version 17.1.0
8
9
- fix: updates to support Deno 2 (de20780)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.0",
+ "version": "17.1.1",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments