From 47d95725d037a2b260b8a8420f06ccc75562e9db Mon Sep 17 00:00:00 2001 From: "Ronald M. Clifford" Date: Tue, 23 Nov 2021 20:57:05 -0800 Subject: [PATCH] Version 0.1.10. --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11dda61..cfbaf55 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This library is in a prerelease state. It does not yet provide functionality fo ## Version History +### v0.1.10 +* Package updates. + ### v0.1.9 * Add option to check if a hash key exists. diff --git a/package.json b/package.json index 213923a..c179232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-redis", - "version": "0.1.9", + "version": "0.1.10", "description": "A simple library to make redis calls without having to worry about connections and command syntax.", "homepage": "https://github.com/roncli/node-redis", "bugs": {