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 934437b commit 212d7bbCopy full SHA for 212d7bb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# @oak/commons Change Log
2
3
+## Version 1.0.1
4
+
5
+- chore: add LICENSE (c400039)
6
+- chore: fix type errors, update copyright (934437b)
7
8
## Version 1.0.0
9
10
Stabilization of the library, as Deno std is also stabilized!
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/commons",
- "version": "1.0.0",
+ "version": "1.0.1",
"exports": {
"./assert": "./assert.ts",
"./cookie_map": "./cookie_map.ts",
0 commit comments