Skip to content

Commit fb384bf

Browse files
feat: 0.15.0
1 parent 027e096 commit fb384bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## [0.15.0] - 30-06-2020
4+
5+
- [#34] Capture errors from async routes (#33).
6+
- fix: examples permission instructions.
7+
- fix: proxy example.
8+
- [#20] Add instructions for nest.land package registry (#35).
9+
310
## [0.14.0] - 29-06-2020
411

512
- fix: several minor bugfixes.

egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opine",
33
"description": "Fast, minimalist web framework for Deno ported from ExpressJS.",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"repository": "https://github.com/asos-craigmorten/opine",
66
"stable": true,
77
"files": [

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Version of Opine.
33
*/
4-
export const VERSION: string = "0.14.0";
4+
export const VERSION: string = "0.15.0";
55

66
/**
77
* Supported version of Deno.

0 commit comments

Comments
 (0)