From b578864c7a7ad6f559b32351f953035b4346a1f2 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Thu, 23 Jun 2016 12:37:16 +0100 Subject: [PATCH] Bump to 1.5.0 The last few releases have introduced new features, primarily Progressive Web App support, server-side rendering for content + shell and so on. To reflect this in our versioning, doing a non-patch bump. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e918b28..ed72d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hn", - "version": "1.4.13", + "version": "1.5.0", "description": "React-powered frontend for Hacker News using its Firebase API", "author": "Jonny Buchanan", "license": "MIT",