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",