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