Skip to content

Commit

Permalink
Release 13.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Feb 14, 2024
1 parent 151c6bd commit 2adc5bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# oak Change Log

## Version 13.2.5

- fix: wrong file dynamically imported (#638)
- fix: tag server constructors (120a024)
- refactor: move to std assert (f8ab89e)
- chore: update to std 0.215.0 (5b45806)
- chore: update oak commons (151c6bd)

## Version 13.2.4

- fix: more global namespace fixes for node (f1b7d46)
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/oak",
"version": "13.2.4",
"version": "13.2.5",
"exports": {
".": "./mod.ts",
"./application": "./application.ts",
Expand Down

0 comments on commit 2adc5bc

Please sign in to comment.