Skip to content

Commit 3896fe5

Browse files
committed
Release 17.1.2
1 parent d33e9d5 commit 3896fe5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# oak Change Log
22

3+
## Version 17.1.2
4+
5+
- fix: allow proxy middleware to reuse body from memo (#679)
6+
7+
Thanks @bodograumann
8+
39
## Version 17.1.1
410

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

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oak/oak",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"exports": {
55
".": "./mod.ts",
66
"./application": "./application.ts",

0 commit comments

Comments
 (0)