Skip to content

Commit

Permalink
feat: 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten committed Jul 14, 2020
1 parent e2f5622 commit 32a1a93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## [0.19.0] - 14-07-2020

- [#42] Incorrect URL argument type (#43)

## [0.18.0] - 06-07-2020

- feat: upgrade Deno to `1.1.3`, std to `0.60.0` and latest of other deps.
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.18.0",
"version": "0.19.0",
"repository": "https://github.com/asos-craigmorten/opine",
"stable": true,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Version of Opine.
*/
export const VERSION: string = "0.18.0";
export const VERSION: string = "0.19.0";

/**
* Supported version of Deno.
Expand Down

0 comments on commit 32a1a93

Please sign in to comment.