From ea55963e0b22c3b6956d848ceec00a3d59c85520 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Thu, 16 May 2019 10:53:30 +0300 Subject: [PATCH] chore(release): Publish - gatsby@2.5.0 --- 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 7dda85a1b26a3..5b073c158b16d 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.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.4.7...gatsby@2.5.0) (2019-05-16) + +### Features + +- **schema:** Inference controls and improvements ([#13028](https://github.com/gatsbyjs/gatsby/issues/13028)) ([0f8febf](https://github.com/gatsbyjs/gatsby/commit/0f8febf)) + ## [2.4.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.4.6...gatsby@2.4.7) (2019-05-16) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index e6c6784e43c5d..30348bc9f9645 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.7", + "version": "2.5.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"