Skip to content

Commit 5fdd8b2

Browse files
committed
Release 1.0.0
1 parent 70da740 commit 5fdd8b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @oak/commons Change Log
22

3+
## Version 1.0.0
4+
5+
Stabilization of the library, as Deno std is also stabilized!
6+
7+
- chore: update to @std 1.0 (70da74)
8+
- docs: correct documentation for `ServerSentEvent` (#1)
9+
310
## Version 0.13.0
411

512
- feat: add assert (22ddaa9)

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": "0.13.0",
3+
"version": "1.0.0",
44
"exports": {
55
"./assert": "./assert.ts",
66
"./cookie_map": "./cookie_map.ts",

0 commit comments

Comments
 (0)