From cd0c018c968da3fefd135998bbbc92a2999d0697 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Mon, 25 Oct 2021 13:13:48 +0200 Subject: [PATCH] chore(release): Publish - gatsby@4.0.1 --- packages/gatsby/CHANGELOG.md | 12 ++++++++++++ packages/gatsby/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 84668e31f1701..552d03609ae93 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.0.1](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2021-10-25) + +#### Bug Fixes + +- reset jobs cache when its outdated [#33617](https://github.com/gatsbyjs/gatsby/issues/33617) [#33660](https://github.com/gatsbyjs/gatsby/issues/33660) ([42358ee](https://github.com/gatsbyjs/gatsby/commit/42358ee71bb88fb6c6d0a721a3e0fe54f9a60fd5)) +- pageContext should proxy to page.context [#33627](https://github.com/gatsbyjs/gatsby/issues/33627) [#33661](https://github.com/gatsbyjs/gatsby/issues/33661) ([8c99000](https://github.com/gatsbyjs/gatsby/commit/8c99000646b29688b235408b4400d9e54c9d3f5f)) + +#### Chores + +- Update README [#33615](https://github.com/gatsbyjs/gatsby/issues/33615) ([0790895](https://github.com/gatsbyjs/gatsby/commit/079089523b9cb4bf4c112deb71b7ef1d175ab1c6)) +- Change comment format in actions/public [#33592](https://github.com/gatsbyjs/gatsby/issues/33592) ([06760d7](https://github.com/gatsbyjs/gatsby/commit/06760d7801d1b1da4cfdb4925ff33bd086a75c0c)) + ## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby) (2021-10-21) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index fc56e11e10f8f..dc423df7a6bd9 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": "4.0.0", + "version": "4.0.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js"