From 0f7092061210f7d4aade7dc99e8dfd7795a9d7c1 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Thu, 5 Sep 2019 04:18:37 -0500 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e58ad3..24adeed 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": "1.0.3", + "version": "2.0.0", "author": "Nick Baugh (http://niftylettuce.com/)", "ava": { "failFast": true,