From e4a14548d4780969052ba2eee4670b6f59160621 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 30 Oct 2018 00:43:07 +0100 Subject: [PATCH] chore(release): Publish - gatsby@2.0.34 --- 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 37f0ad07c8fca..d6db1bec4ed46 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.34](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.33...gatsby@2.0.34) (2018-10-29) + +### Features + +- **gatsby:** use json-stream-stringify to serialize redux state ([#9370](https://github.com/gatsbyjs/gatsby/issues/9370)) ([c334075](https://github.com/gatsbyjs/gatsby/commit/c334075)), closes [#9362](https://github.com/gatsbyjs/gatsby/issues/9362) + ## [2.0.33](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.32...gatsby@2.0.33) (2018-10-29) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 277c12331cb84..f0790ee0d01c6 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.33", + "version": "2.0.34", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"