Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Aug 27, 2024
1 parent 70da740 commit 5fdd8b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @oak/commons Change Log

## Version 1.0.0

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

- chore: update to @std 1.0 (70da74)
- docs: correct documentation for `ServerSentEvent` (#1)

## Version 0.13.0

- feat: add assert (22ddaa9)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/commons",
"version": "0.13.0",
"version": "1.0.0",
"exports": {
"./assert": "./assert.ts",
"./cookie_map": "./cookie_map.ts",
Expand Down

0 comments on commit 5fdd8b2

Please sign in to comment.