Skip to content

Commit cba0050

Browse files
committed
Release v17.1.6
1 parent b60e603 commit cba0050

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.6
4+
5+
- fix: address ReDoS vulnerability in headers (#700)
6+
- chore: remove v1.x deno from ci (3e4bf17)
7+
- chore: ignore two CI failing inspect tests (babb9c5)
8+
39
## Version 17.1.5
410

511
- fix: don't return true for isNode() under Deno (#695)

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.5",
3+
"version": "17.1.6",
44
"exports": {
55
".": "./mod.ts",
66
"./application": "./application.ts",

0 commit comments

Comments
 (0)