From 7a14249283cdcc108e68b236cda90ca6ee5fac38 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 2 Apr 2019 12:10:28 -0700 Subject: [PATCH] :package: 1.0.3 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324a01f..b2a33a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index fb3f957..2fc59d4 100644 --- a/package.json +++ b/package.json @@ -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": {