File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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
+
3
10
## [ 0.14.0] - 29-06-2020
4
11
5
12
- fix: several minor bugfixes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opine" ,
3
3
"description" : " Fast, minimalist web framework for Deno ported from ExpressJS." ,
4
- "version" : " 0.14 .0" ,
4
+ "version" : " 0.15 .0" ,
5
5
"repository" : " https://github.com/asos-craigmorten/opine" ,
6
6
"stable" : true ,
7
7
"files" : [
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Version of Opine.
3
3
*/
4
- export const VERSION : string = "0.14 .0" ;
4
+ export const VERSION : string = "0.15 .0" ;
5
5
6
6
/**
7
7
* Supported version of Deno.
You can’t perform that action at this time.
0 commit comments