From 7fed78038ca11568874b8dc3f49827c342abecb5 Mon Sep 17 00:00:00 2001 From: analog-nico Date: Fri, 18 Sep 2015 17:03:39 +0200 Subject: [PATCH] Version 0.3.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2131582..cb2ee08 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- v0.3.0 (2015-09-18) + - Added beforeAll hook + - Updated dependencies - v0.2.3 (2015-05-20) - Fixed matching templates to pushState URLs - Updated dependencies diff --git a/package.json b/package.json index e38026e..4af0941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serve-spa", - "version": "0.2.3", + "version": "0.3.0", "description": "Express middleware to serve single page applications in a performant and SEO friendly way", "keywords": [ "express",