Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermejcgois committed Jan 30, 2018
1 parent e7f6f4d commit 4837706
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.2.2"></a>
## [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))



<a name="0.2.1"></a>
## 0.2.1 (2017-11-10)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4837706

Please sign in to comment.