From 4837706f690f1af887ceac7a65530012b949b0f2 Mon Sep 17 00:00:00 2001 From: Gois Date: Tue, 30 Jan 2018 10:23:16 -0200 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793c114..024945b 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.2.2](https://github.com/gorilainvest/angular-date-format/compare/v0.2.1...v0.2.2) (2018-01-30) + + +### Bug Fixes + +* add missing imports in test suite for components ([7f8b415](https://github.com/gorilainvest/angular-date-format/commit/7f8b415)) +* addDate and subDate methods from date.model ([9d3ff1f](https://github.com/gorilainvest/angular-date-format/commit/9d3ff1f)) +* component specs failing due to external template ([017c55c](https://github.com/gorilainvest/angular-date-format/commit/017c55c)) +* model specs ([4b1b64d](https://github.com/gorilainvest/angular-date-format/commit/4b1b64d)) +* remove BrowserAnimationModule to allow use with lazy loaded modules ([da0e0da](https://github.com/gorilainvest/angular-date-format/commit/da0e0da)) + + + ## 0.2.1 (2017-11-10) diff --git a/package.json b/package.json index 2f81b85..56c41f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-date-format", - "version": "0.2.1", + "version": "0.2.2", "description": "", "main": "./bundles/angular-date-format.umd.js", "module": "./angular-date-format.es5.js", @@ -52,7 +52,7 @@ "size": "size-limit" }, "peerDependencies": { - "@angular/common": ">=4 <=5", + "@angular/common": ">=4 <=5", "@angular/core": ">=4 <=5", "@angular/forms": ">=4 <=5", "@angular/http": ">=4 <=5",