From d735c803e0a6c2728ba283ba042bba2344e454b9 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Thu, 23 May 2019 11:07:52 +0300 Subject: [PATCH] chore(release): Publish - gatsby@2.6.4 --- 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 33b2003673422..2bdf97f3cbe37 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.6.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.6.3...gatsby@2.6.4) (2019-05-23) + +### Bug Fixes + +- **gatsby:** improve `externals` webpack configuration to better support yarn PnP ([#14208](https://github.com/gatsbyjs/gatsby/issues/14208)) ([e47ed89](https://github.com/gatsbyjs/gatsby/commit/e47ed89)) + ## [2.6.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.6.2...gatsby@2.6.3) (2019-05-22) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 295779e2c40aa..7a7f2fb753137 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.6.3", + "version": "2.6.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"