From a48174dfc09823242d971b001d9dbc58eb5811dc Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 8 Nov 2018 14:33:41 +0100 Subject: [PATCH] chore(release): Publish - gatsby@2.0.42 --- packages/gatsby/CHANGELOG.md | 8 ++++++++ packages/gatsby/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index d6151e97f1593..654bb77acc9ff 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.42](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.41...gatsby@2.0.42) (2018-11-08) + +### Bug Fixes + +- use relative HMR path ([#9734](https://github.com/gatsbyjs/gatsby/issues/9734)) ([c4b9283](https://github.com/gatsbyjs/gatsby/commit/c4b9283)) + ## [2.0.41](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.40...gatsby@2.0.41) (2018-11-08) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 12140ecac6bbe..852e80d6f94fc 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.0.41", + "version": "2.0.42", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"