From ccc60cfdb27948ca28f463e28afc43ca0301a2a9 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 5 Dec 2018 16:51:34 +0100 Subject: [PATCH] chore(release): Publish - gatsby@2.0.63 --- 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 7eca7aaf9309d..de20957dc14d3 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.63](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.62...gatsby@2.0.63) (2018-12-05) + +### Bug Fixes + +- **gatsby:** don't remount matchPath pages ([#10261](https://github.com/gatsbyjs/gatsby/issues/10261)) ([1dd3987](https://github.com/gatsbyjs/gatsby/commit/1dd3987)) + ## [2.0.62](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.61...gatsby@2.0.62) (2018-12-04) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 85559d87f919b..63f3138cdbfb4 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.62", + "version": "2.0.63", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"