From 8c34e264483f922b689152330eb833d8b83ca750 Mon Sep 17 00:00:00 2001 From: Marshall Thompson Date: Sat, 8 May 2021 07:42:09 -0600 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69933ee..d1cd8be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feathers-plus/validate-joi-mongodb", - "version": "0.0.3", + "version": "1.0.0", "description": "Utilities for working with @feathers-plus/validate-joi and MongoDB", "main": "index.js", "repository": "https://github.com/feathers-plus/validate-joi-mongodb",