diff --git a/CHANGELOG.md b/CHANGELOG.md index 2248370b..cec546b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.6.0](https://github.com/joanllenas/ngx-date-fns/compare/v6.5.0...v6.6.0) (2020-10-24) + + +### Features + +* **build:** improved lib tree shaking capabilities via SCAM structure ([38f3679](https://github.com/joanllenas/ngx-date-fns/commit/38f3679a56d58d9ee0c04ef4235d165f1132a012)) + ## [6.5.0](https://github.com/joanllenas/ngx-date-fns/compare/v6.4.0...v6.5.0) (2020-09-15) diff --git a/package-lock.json b/package-lock.json index 1c874b31..b0bd7efd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-date-fns-app", - "version": "6.5.0", + "version": "6.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a1b5b96..aad9a32f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-date-fns-app", - "version": "6.5.0", + "version": "6.6.0", "description": "date-fns pipes for Angular", "repository": { "type": "git", diff --git a/projects/ngx-date-fns/package.json b/projects/ngx-date-fns/package.json index 9e0fd1ef..1f97ce72 100644 --- a/projects/ngx-date-fns/package.json +++ b/projects/ngx-date-fns/package.json @@ -1,6 +1,6 @@ { "name": "ngx-date-fns", - "version": "6.5.0", + "version": "6.6.0", "description": "date-fns pipes for Angular", "repository": { "type": "git",