Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joanllenas committed Dec 30, 2020
1 parent 564b9ed commit 92032f2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.

## [7.0.0](https://github.com/joanllenas/ngx-date-fns/compare/v6.6.0...v7.0.0) (2020-12-30)


### ⚠ BREAKING CHANGES

* **format pipes:** The following pipes: dfnsFormatDistanceStrict, dfnsFormatDistanceStrictPure,
dfnsFormatDistanceToNow, dfnsFormatDistanceToNowPure, dfnsFormatDistance, dfnsFormatDistancePure,
dfnsFormat, dfnsFormatPure don't throw an exception anymore when an invalida date is provided,
instead an empty string is returned.

### Bug Fixes

* **format pipes:** relaxed how invalid dates are treated ([564b9ed](https://github.com/joanllenas/ngx-date-fns/commit/564b9ed596bc475f2524fd88ffd757fac9f29203)), closes [#344](https://github.com/joanllenas/ngx-date-fns/issues/344)

## [6.6.0](https://github.com/joanllenas/ngx-date-fns/compare/v6.5.0...v6.6.0) (2020-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-date-fns-app",
"version": "6.6.0",
"version": "7.0.0",
"description": "date-fns pipes for Angular",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-date-fns",
"version": "6.6.0",
"version": "7.0.0",
"description": "date-fns pipes for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 92032f2

Please sign in to comment.