From 93a7baa98b0ea5fee177f412ca40af44d9fe211d Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Fri, 5 Apr 2019 15:02:52 -0400 Subject: [PATCH] Prep for publish --- Changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7e011e684b..4c56c1bc9e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Change log -## vNext +## 2.5.4 (2019-04-05) ### Bug Fixes diff --git a/package.json b/package.json index 2a945c9fa3..dcf70ac8a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "2.5.3", + "version": "2.5.4", "author": "opensource@apollographql.com", "private": true, "description": "React data container for Apollo Client",