From b42ee774250f278026cffbd3ae1620bb2afaca1b Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Mon, 20 May 2019 17:01:21 +0200 Subject: [PATCH] chore(release): Publish - gatsby@2.5.6 --- packages/gatsby/CHANGELOG.md | 7 +++++++ packages/gatsby/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index f3ca521892c59..d4941dab7bac4 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.5...gatsby@2.5.6) (2019-05-20) + +### Bug Fixes + +- **develop:** fix "Unexpected token < in JSON at position 0" after restarting development server ([#14166](https://github.com/gatsbyjs/gatsby/issues/14166)) ([c63dbb8](https://github.com/gatsbyjs/gatsby/commit/c63dbb8)) +- **gatsby:** Fix ordering for node links when search field isn't id ([#14176](https://github.com/gatsbyjs/gatsby/issues/14176)) ([eeb1f8c](https://github.com/gatsbyjs/gatsby/commit/eeb1f8c)) + ## [2.5.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.4...gatsby@2.5.5) (2019-05-18) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 1721926068209..295d3edf59c59 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.5", + "version": "2.5.6", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"