Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 5, 2024
1 parent c53c610 commit e0faf53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @oak/commons Change Log

## Version 0.10.2

- chore: update dependencies (c53c610)

## Version 0.10.1

- feat: add form data parse (030ac0b)
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.10.1",
"version": "0.10.2",
"exports": {
"./cookie_map": "./cookie_map.ts",
"./form_data": "./form_data.ts",
Expand Down

0 comments on commit e0faf53

Please sign in to comment.