Skip to content

Commit 212d7bb

Browse files
committed
Release 1.0.1
1 parent 934437b commit 212d7bb

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/commons Change Log
22

3+
## Version 1.0.1
4+
5+
- chore: add LICENSE (c400039)
6+
- chore: fix type errors, update copyright (934437b)
7+
38
## Version 1.0.0
49

510
Stabilization of the library, as Deno std is also stabilized!

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oak/commons",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": {
55
"./assert": "./assert.ts",
66
"./cookie_map": "./cookie_map.ts",

0 commit comments

Comments
 (0)