From 8d49ae29b8015eba0da272f680653bee453807db Mon Sep 17 00:00:00 2001 From: erral Date: Thu, 28 Oct 2021 14:30:08 +0000 Subject: [PATCH] Automated release 0.0.2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3551958..924f580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-listingadvanced-variation", - "version": "0.0.1", + "version": "0.0.2", "description": "volto-listingadvanced-variation: Volto add-on", "main": "src/index.js", "license": "MIT", @@ -18,5 +18,8 @@ "repository": { "type": "git", "url": "git@github.com:codesyntax/volto-listingadvanced-variation" + }, + "dependencies": { + "release-it": "^14.11.6" } }