From b5538f768b9b465d7646d0b7bee5234413c48089 Mon Sep 17 00:00:00 2001 From: Burak Date: Tue, 10 Mar 2020 23:33:14 +0000 Subject: [PATCH] chore(release): release v8.0.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/@ngx-cache/core/CHANGELOG.md | 11 +++++++++++ packages/@ngx-cache/core/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be2948..e46b93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.3](https://github.com/fulls1z3/ngx-cache/compare/v8.0.2...v8.0.3) (2020-03-10) + + +### Bug Fixes + +* **core:** fix value.lifeSpan is undefined ([#129](https://github.com/fulls1z3/ngx-cache/issues/129)) ([c7fb378](https://github.com/fulls1z3/ngx-cache/commit/c7fb3780365835be3e0db3b629ce7992b7e92b24)) + + + + + ## [8.0.2](https://github.com/fulls1z3/ngx-cache/compare/v8.0.1...v8.0.2) (2020-03-10) diff --git a/lerna.json b/lerna.json index a497acd..1a6aaef 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-cache/*" ], - "version": "8.0.2", + "version": "8.0.3", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-cache/core/CHANGELOG.md b/packages/@ngx-cache/core/CHANGELOG.md index 8a03479..5f1604c 100644 --- a/packages/@ngx-cache/core/CHANGELOG.md +++ b/packages/@ngx-cache/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.3](https://github.com/fulls1z3/ngx-cache/compare/v8.0.2...v8.0.3) (2020-03-10) + + +### Bug Fixes + +* **core:** fix value.lifeSpan is undefined ([#129](https://github.com/fulls1z3/ngx-cache/issues/129)) ([c7fb378](https://github.com/fulls1z3/ngx-cache/commit/c7fb3780365835be3e0db3b629ce7992b7e92b24)) + + + + + ## [8.0.2](https://github.com/fulls1z3/ngx-cache/compare/v8.0.1...v8.0.2) (2020-03-10) diff --git a/packages/@ngx-cache/core/package.json b/packages/@ngx-cache/core/package.json index 86f0389..7f2e754 100644 --- a/packages/@ngx-cache/core/package.json +++ b/packages/@ngx-cache/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-cache/core", - "version": "8.0.2", + "version": "8.0.3", "description": "Cache utility for Angular", "repository": { "type": "git",