From ae4ffcb673dc6311f562e63e5b90a12c5b4ec947 Mon Sep 17 00:00:00 2001 From: Kyle Alwyn Date: Tue, 7 Aug 2018 14:33:45 -0700 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706b3fb..d8cbdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.7](https://github.com/sappira-inc/medpack/compare/v1.0.6...v1.0.7) (2018-08-07) + + +### Bug Fixes + +* Remove polyfill setting from transform runtime plugin ([1cc3b79](https://github.com/sappira-inc/medpack/commit/1cc3b79)) + + + ## [1.0.6](https://github.com/sappira-inc/medpack/compare/v1.0.5...v1.0.6) (2018-07-30) diff --git a/package.json b/package.json index 27e7831..fa321ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medpack", - "version": "1.0.6", + "version": "1.0.7", "description": "Extensible, opinionated, doctor approved webpack configuration", "repository": "sappira-inc/medpack", "engines": {