Skip to content

Commit 9ba33ed

Browse files
committed
Release v17.1.5
1 parent f5e5362 commit 9ba33ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## Version 17.1.5
4+
5+
- fix: don't return true for isNode() under Deno (#695)
6+
- tests: add uploading test results to CI (baa38fa)
7+
38
## Version 17.1.4
49

510
- fix: close file on readAll exception (#682)

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

0 commit comments

Comments
 (0)