From a68769dd8731c6d406e77546097a0445c0f2e731 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 13 Feb 2019 19:12:47 +0100 Subject: [PATCH] chore(release): Publish - gatsby@2.0.120 --- 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 6a5a0fbec0cbb..93451c385dbf4 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.0.120](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.119...gatsby@2.0.120) (2019-02-13) + +### Bug Fixes + +- **core:** added event source polyfill in develop to fix IE/edge hmr ([#11582](https://github.com/gatsbyjs/gatsby/issues/11582)) ([8a6db6a](https://github.com/gatsbyjs/gatsby/commit/8a6db6a)), closes [#11495](https://github.com/gatsbyjs/gatsby/issues/11495) + ## [2.0.119](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.118...gatsby@2.0.119) (2019-02-12) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b9666a4b28c6d..6639b487b1d69 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.119", + "version": "2.0.120", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"