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 042034f commit adbaaedCopy full SHA for adbaaed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# oak Change Log
2
3
+## Version 17.1.0
4
+
5
+- fix: updates to support Deno 2 (de20780)
6
7
## Version 17.0.0
8
9
Releasing as a major release out of the abundance of caution in that the ability
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "17.0.0",
+ "version": "17.1.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments