From 8bc28335b23f6fe6b0da06f2d439be03978749f9 Mon Sep 17 00:00:00 2001 From: Zach Hammer Date: Sat, 24 Feb 2024 18:38:03 -0500 Subject: [PATCH] patch release on style --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 8c4a1f7..f032e89 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,10 @@ { "type": "docs", "release": "patch" + }, + { + "type": "style", + "release": "patch" } ] }