Skip to content

Commit

Permalink
chore(release): release v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Mar 10, 2020
1 parent 0e24bfb commit 6c6cc04
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.2](https://github.com/fulls1z3/ngx-cache/compare/v8.0.1...v8.0.2) (2020-03-10)


### Bug Fixes

* **core:** changes Cache.has to also check if the cache is expired ([#130](https://github.com/fulls1z3/ngx-cache/issues/130)) ([0e24bfb](https://github.com/fulls1z3/ngx-cache/commit/0e24bfb87f2781a54642e7c54b210e1dbc4ded2c)), closes [#125](https://github.com/fulls1z3/ngx-cache/issues/125)
* **packaging:** fix deployment ([#123](https://github.com/fulls1z3/ngx-cache/issues/123)) ([bc8f125](https://github.com/fulls1z3/ngx-cache/commit/bc8f12562601ccd050ff5c7b0f27a6696ce1654d))
* **packaging:** fix deployment ([#124](https://github.com/fulls1z3/ngx-cache/issues/124)) ([9ce75b3](https://github.com/fulls1z3/ngx-cache/commit/9ce75b31817c3c0a74062f41b0b7d4f8858300cd))





## [8.0.1](https://github.com/fulls1z3/ngx-cache/compare/v8.0.0...v8.0.1) (2019-11-21)

**Note:** Version bump only for package ngx-cache
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/@ngx-cache/*"
],
"version": "8.0.1",
"version": "8.0.2",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
13 changes: 13 additions & 0 deletions packages/@ngx-cache/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.2](https://github.com/fulls1z3/ngx-cache/compare/v8.0.1...v8.0.2) (2020-03-10)


### Bug Fixes

* **core:** changes Cache.has to also check if the cache is expired ([#130](https://github.com/fulls1z3/ngx-cache/issues/130)) ([0e24bfb](https://github.com/fulls1z3/ngx-cache/commit/0e24bfb87f2781a54642e7c54b210e1dbc4ded2c)), closes [#125](https://github.com/fulls1z3/ngx-cache/issues/125)
* **packaging:** fix deployment ([#123](https://github.com/fulls1z3/ngx-cache/issues/123)) ([bc8f125](https://github.com/fulls1z3/ngx-cache/commit/bc8f12562601ccd050ff5c7b0f27a6696ce1654d))
* **packaging:** fix deployment ([#124](https://github.com/fulls1z3/ngx-cache/issues/124)) ([9ce75b3](https://github.com/fulls1z3/ngx-cache/commit/9ce75b31817c3c0a74062f41b0b7d4f8858300cd))





## [8.0.1](https://github.com/fulls1z3/ngx-cache/compare/v8.0.0...v8.0.1) (2019-11-21)

**Note:** Version bump only for package @ngx-cache/core
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-cache/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-cache/core",
"version": "8.0.1",
"version": "8.0.2",
"description": "Cache utility for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c6cc04

Please sign in to comment.