From 8fc563060f3a7c18ac893f5e9a1e64a1823e6b9b Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Thu, 13 Oct 2016 10:33:57 +0100 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f2798ae..5d70ca5e2 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. + +## [0.3.5](https://github.com/mattlewis92/angular2-calendar/compare/v0.3.4...v0.3.5) (2016-10-13) + + +### Bug Fixes + +* **system.js:** use date-fns index imports for system.js users ([096d6a2](https://github.com/mattlewis92/angular2-calendar/commit/096d6a2)) + + + ## [0.3.4](https://github.com/mattlewis92/angular2-calendar/compare/v0.3.3...v0.3.4) (2016-10-08) diff --git a/package.json b/package.json index 98932aa74..f49ea1248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-calendar", - "version": "0.3.4", + "version": "0.3.5", "description": "A calendar component that can display events on a month, week or day view", "main": "./dist/umd/angular2-calendar.js", "style": "./dist/css/angular2-calendar.css",