Skip to content

Commit

Permalink
📦 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Apr 2, 2019
1 parent c561e82 commit 7a14249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.0.3] - 2019-04-02
### Fixed
* added check for null `metadata` in cache delete

Expand All @@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-08-31
* Initial Release

[1.0.3]: https://github.com/koopjs/koop-cache-redis/compare/v1.0.2..v1.0.3
[1.0.2]: https://github.com/koopjs/koop-cache-redis/compare/v1.0.1..v1.0.2
[1.0.1]: https://github.com/koopjs/koop-cache-redis/compare/v1.0.0..v1.0.1
[1.0.0]: https://github.com/koopjs/koop-cache-redis/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/cache-redis",
"version": "1.0.2",
"version": "1.0.3",
"description": "Redis Cache Plugin for Koop",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7a14249

Please sign in to comment.