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"