From 8ee71c97715737eaa0124a17b362a889a3eccc47 Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Thu, 13 Apr 2017 11:00:35 -0700 Subject: [PATCH] Bump version to 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3047b06..8c69a18f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-query", - "version": "1.5.0-alpha.1", + "version": "1.5.0", "description": "A library for querying and managing network state in React/Redux applications", "homepage": "https://github.com/amplitude/redux-query", "main": "dist/commonjs/index.js",