Skip to content

Commit 36af57d

Browse files
committed
chore(release): 8.3.0
1 parent 04baa9d commit 36af57d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.0](https://github.com/joanllenas/ngx-date-fns/compare/v8.2.0...v8.3.0) (2021-10-23)
6+
7+
8+
### Features
9+
10+
* **pipes:** Add Missing is* pipes ([b9f2854](https://github.com/joanllenas/ngx-date-fns/commit/b9f285417346cb57f25c5b31e88fb7e5d696bfb7))
11+
12+
13+
### Bug Fixes
14+
15+
* **pipes:** added the new is* pipes to index.ts + misc pipe fixes ([427db30](https://github.com/joanllenas/ngx-date-fns/commit/427db302f81b12ff46968644164f36af220900fa))
16+
517
## [8.2.0](https://github.com/joanllenas/ngx-date-fns/compare/v8.1.0...v8.2.0) (2021-07-31)
618

719

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-date-fns-app",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "date-fns pipes for Angular",
55
"repository": {
66
"type": "git",

Diff for: projects/ngx-date-fns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-date-fns",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "date-fns pipes for Angular",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)