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 0c8b8da commit f000a2fCopy full SHA for f000a2f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# oak Change Log
2
3
+## Version 16.1.0
4
+
5
+- feat: support authority pseudo header for request (0c8b8da)
6
+- chore: create jekyll-gh-pages.yml (e1bceb9)
7
+- chore: redirect root github pages (4e4f5cd)
8
+- chore: migrate to commons 0.11 (cbf6ac1)
9
10
## Version 16.0.0
11
12
- feat: remove helpers module (3cd8bf5)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/oak",
- "version": "16.0.0",
+ "version": "16.1.0",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
0 commit comments