Skip to content

Commit 9cd7d24

Browse files
committed
chore(release): 8.1.0
1 parent 881ce8d commit 9cd7d24

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [8.1.0](https://github.com/joanllenas/ngx-date-fns/compare/v8.0.0...v8.1.0) (2021-05-01)
6+
7+
8+
### Features
9+
10+
* **pipes:** added format-distance-to-now-strict pipe ([778f815](https://github.com/joanllenas/ngx-date-fns/commit/778f8155a30e07569d5dc356b79993a5676c8526))
11+
* **pipes:** added format-relative pipe ([3530d68](https://github.com/joanllenas/ngx-date-fns/commit/3530d689095b53993f2744a1a484b567ca9c4e49))
12+
513
## [8.0.0](https://github.com/joanllenas/ngx-date-fns/compare/v7.0.2...v8.0.0) (2021-03-06)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-date-fns-app",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "date-fns pipes for Angular",
55
"repository": {
66
"type": "git",

projects/ngx-date-fns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-date-fns",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "date-fns pipes for Angular",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)