From a7bcc5bb8b43cc83f22c5932413ccd2d1c975575 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Fri, 7 Jun 2019 08:41:24 -0400 Subject: [PATCH] chore(release): 0.27.10 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112dada9b..77b00118d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [0.27.10](https://github.com/mattlewis92/angular-calendar/compare/v0.27.9...v0.27.10) (2019-06-07) + + +### Bug Fixes + +* ensure date adapters are compiled to es5 ([5fef3be](https://github.com/mattlewis92/angular-calendar/commit/5fef3be)) + + +### Build System + +* upgrade dependencies ([50eacf8](https://github.com/mattlewis92/angular-calendar/commit/50eacf8)) + + + ### [0.27.9](https://github.com/mattlewis92/angular-calendar/compare/v0.27.8...v0.27.9) (2019-06-05)