From 6f2516a03a783169c3455f2977d7687d6ddd8f7e Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Thu, 2 Jan 2020 05:22:49 -0600 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e931f94..7b0dffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose-slug-plugin", "description": "Slugs for Mongoose with history and i18n support (uses speakingurl by default, but you can use any slug library such as limax, slugify, mollusc, or slugme)", - "version": "2.0.1", + "version": "2.0.2", "author": "Nick Baugh (http://niftylettuce.com/)", "ava": { "failFast": true,