Skip to content

Commit 08a7eb1

Browse files
committed
Release 17.1.4
1 parent a98f613 commit 08a7eb1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# oak Change Log
22

3+
## Version 17.1.4
4+
5+
- fix: close file on readAll exception (#682)
6+
- chore: update vulnerable path-to-regexp version (#684)
7+
- chore: make it clear that the npm package is deprecated (3dfcbaf)
8+
- chore: cleanup dependencies (d982240)
9+
- chore: update copyright year (a98f613)
10+
- docs: update info around `.handle()` method (26ae6bd)
11+
312
## Version 17.1.3
413

514
- fix: decode path to avoid bypassing security checks (4b2f27e)

Diff for: deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oak/oak",
3-
"version": "17.1.3",
3+
"version": "17.1.4",
44
"exports": {
55
".": "./mod.ts",
66
"./application": "./application.ts",

0 commit comments

Comments
 (0)