From 5d662de408d26fcc02d69ef8a1cb199e2c518bab Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Fri, 17 May 2019 16:02:17 +0530 Subject: [PATCH] chore(release): Publish - gatsby@2.5.2 --- packages/gatsby/CHANGELOG.md | 6 ++++++ packages/gatsby/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 68c9f3c9b06f7..8a8018a850374 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.1...gatsby@2.5.2) (2019-05-17) + +### Bug Fixes + +- **gatsby:** fix hot-reloading for hooks (patch hmr) ([#13713](https://github.com/gatsbyjs/gatsby/issues/13713)) ([117fbb4](https://github.com/gatsbyjs/gatsby/commit/117fbb4)) + ## [2.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.0...gatsby@2.5.1) (2019-05-17) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 78cef1af44891..2beadd9208357 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.5.1", + "version": "2.5.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"