From fb2762ac8233830a7f2844e7a39dc7a9aa511ba9 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 17 Sep 2016 18:44:28 +0100 Subject: [PATCH] v0.6.8 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6296378..82918a8 100644 --- a/changelog.md +++ b/changelog.md @@ -661,6 +661,6 @@ No changes. Erroneous version bump. * Verbose logging to `stdout` in development mode * Refactor `lib/crypto` + `lib/authentication` for efficiency -## Next +## 0.6.8 * Change page error message to 'Error' diff --git a/package.json b/package.json index 7113879..ea7d015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "overlook-framework", - "version": "0.6.7", + "version": "0.6.8", "description": "Yet another node web framework", "main": "./lib/", "author": {