From 9fc5bb8cc394e9366a1a38b0c29354536fc40893 Mon Sep 17 00:00:00 2001 From: Illia Fralou Date: Wed, 4 Apr 2018 14:36:08 +0300 Subject: [PATCH] v1.9.0 release notes: Changes: - Feature: added possibility for catching errors from async handlers and pass them to "next" callback --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 781dcb0..84aa7c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ifnode", - "version": "1.8.0", + "version": "1.9.0", "description": "Node.js MVC Framework", "main": "index.js", "scripts": {