Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joanllenas committed Mar 6, 2021
1 parent 5eb740b commit 3dcf105
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [8.0.0](https://github.com/joanllenas/ngx-date-fns/compare/v7.0.2...v8.0.0) (2021-03-06)


### ⚠ BREAKING CHANGES

* **pipes:** This version requires date-fns >= v2.16.0

### Features

* **pipes:** added formatDuration pipes ([03af4a5](https://github.com/joanllenas/ngx-date-fns/commit/03af4a5cd4febffc1d54744a3716b971fad3741d)), closes [#351](https://github.com/joanllenas/ngx-date-fns/issues/351)

### [7.0.2](https://github.com/joanllenas/ngx-date-fns/compare/v7.0.1...v7.0.2) (2021-02-21)


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": "7.0.2",
"version": "8.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": "7.0.2",
"version": "8.0.0",
"description": "date-fns pipes for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3dcf105

Please sign in to comment.