We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98f613 commit 08a7eb1Copy full SHA for 08a7eb1
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# oak Change Log
2
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
12
## Version 17.1.3
13
14
- fix: decode path to avoid bypassing security checks (4b2f27e)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.3",
+ "version": "17.1.4",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments