From 8b64147326f660143f687010f8af8d049c918453 Mon Sep 17 00:00:00 2001 From: yayuyokitano <69117606+yayuyokitano@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:47:41 +0200 Subject: [PATCH] Bump version to 1.0.1 (#45) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index de243ad..ab1a668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "stylelint-order": "6.0.3" diff --git a/package.json b/package.json index 9dfa549..6203121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.0", + "version": "1.0.1", "author": "Alexey ", "description": "Stylelint configuration file for Web Scrobbler projects", "license": "MIT",