From d9dc602ac275ae29a25084696cb411b66c87e76b Mon Sep 17 00:00:00 2001 From: phun-ky Date: Fri, 9 Aug 2024 07:29:31 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v9.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744dcd48..8db0bab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.4](https://github.com/phun-ky/speccer/compare/v9.2.3...v9.2.4) (2024-08-09) + + +### Tasks + +* 🤖 Use correct label for bugs ([dd08def](https://github.com/phun-ky/speccer/commit/dd08def9c26ddb4e9c49334e469a4f236ebe3fa1)) + ## [9.2.3](https://github.com/phun-ky/speccer/compare/v9.2.2...v9.2.3) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index 36fdb7c2..032ec660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index fc304ce9..e256a983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements", "main": "dist/speccer.js", "module": "dist/speccer.esm.js",