We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e5362 commit 9ba33edCopy full SHA for 9ba33ed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# oak Change Log
2
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
8
## Version 17.1.4
9
10
- fix: close file on readAll exception (#682)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.1.4",
+ "version": "17.1.5",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments