From 6525ec22b19a2fbb613091faa3542f23c575b30f Mon Sep 17 00:00:00 2001 From: Denis Raslov Date: Sat, 6 Aug 2022 15:26:49 +0300 Subject: [PATCH] Bump version up to 2.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788fb2a..c8f6379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-value-no-exposed-custom-properties", - "version": "2.3.0", + "version": "2.3.1", "description": "A stylelint rule to disallow usage of exposed custom properties", "homepage": "https://github.com/denisraslov/stylelint-value-no-exposed-custom-properties#readme", "bugs": "https://github.com/denisraslov/stylelint-value-no-exposed-custom-properties/issues",