From ccb31f7389321a24d61bcf81b5ed4b986dde4fb7 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:57:38 -0400 Subject: [PATCH] chore(release) 2.3.1 (#80) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaec47c..78f5157 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-slugify", - "version": "2.2.3", + "version": "2.3.1", "description": "A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.", "scripts": { "lint": "eslint . --fix",