Skip to content

Commit

Permalink
feat: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten committed Jun 30, 2020
1 parent b0a5292 commit 0544989
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 110 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## [0.16.0] - 30-06-2020

- [#22] Add res.redirect API (#36).
- docs: add React example.

## [0.15.0] - 30-06-2020

- [#34] Capture errors from async routes (#33).
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opine",
"description": "Fast, minimalist web framework for Deno ported from ExpressJS.",
"version": "0.15.0",
"version": "0.16.0",
"repository": "https://github.com/asos-craigmorten/opine",
"stable": true,
"files": [
Expand Down
Loading

0 comments on commit 0544989

Please sign in to comment.