From 4ae09c6517116a8d519f31b4c308217b4d5bd052 Mon Sep 17 00:00:00 2001 From: Jeffrey Pope Date: Thu, 21 Jan 2021 16:05:53 -0500 Subject: [PATCH] 7.10.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdf896fc..a3dc2474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "7.9.0", + "version": "7.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcc790f5..51bfc6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amphora", - "version": "7.9.0", + "version": "7.10.0", "description": "An API mixin for Express that saves, publishes and composes data with the key-value store of your choice.", "main": "index.js", "scripts": {