From 20b63b59cc2fb3cd68e7c81cd040a8f84c1baf7b Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Wed, 15 May 2019 12:50:28 +0200 Subject: [PATCH] chore(release): Publish - gatsby@2.4.6 --- 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 9d712ff170c27..0077bcec38572 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.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.4.5...gatsby@2.4.6) (2019-05-15) + +### Bug Fixes + +- **gatsby:** compile themes through default webpack config ([#13651](https://github.com/gatsbyjs/gatsby/issues/13651)) ([d5be306](https://github.com/gatsbyjs/gatsby/commit/d5be306)) + ## [2.4.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.4.4...gatsby@2.4.5) (2019-05-14) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index a6119775b5c09..88ddc17d18bf7 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.4.5", + "version": "2.4.6", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"