From 5f4c283c14191901fba0b8f8b40ba747b7af177b Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Sun, 20 Oct 2019 17:25:12 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53c36a..c910c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented here. Released 2019-10-20 -## Bug Fixes 4.1.1 +### Bug Fixes 4.1.1 - Fix bug of "Unknown custom element" ([#40](https://github.com/rawilk/vue-context/issues/40)). @@ -15,10 +15,10 @@ Released 2019-10-20 Released 2019-10-11 -## Breaking Changes 4.1.0 +### Breaking Changes 4.1.0 - Move menu styles from js to its own stylesheet ([#36](https://github.com/rawilk/vue-context/issues/36)) -## Changes 4.1.0 +### Changes 4.1.0 - Remove core-js as a dependency in favor of local polyfills for a smaller build size ([#33](https://github.com/rawilk/vue-context/issues/33))