Skip to content

Commit

Permalink
Release 17.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 2, 2025
1 parent a98f613 commit 08a7eb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# oak Change Log

## Version 17.1.4

- fix: close file on readAll exception (#682)
- chore: update vulnerable path-to-regexp version (#684)
- chore: make it clear that the npm package is deprecated (3dfcbaf)
- chore: cleanup dependencies (d982240)
- chore: update copyright year (a98f613)
- docs: update info around `.handle()` method (26ae6bd)

## Version 17.1.3

- fix: decode path to avoid bypassing security checks (4b2f27e)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
"version": "17.1.3",
"version": "17.1.4",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit 08a7eb1

Please sign in to comment.