From c5f7fb2f111faf603703dc66552995fd2648a90b Mon Sep 17 00:00:00 2001 From: Nikola Ivanov Date: Sat, 9 Dec 2023 03:51:31 +0100 Subject: [PATCH] Integrate slack (#6) * Integrate Slack notifications for automatic releases * Try fix the pipeline take 3 * Fix semver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23b04d8..43b1be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webredone/trb-cli", - "version": "2.0.2", + "version": "2.0.3", "description": "TRB-CLI is a handy Node.js CLI that automates the process of managing blocks in a Theme Redone WordPress theme", "main": "index.js", "type": "module",