From 602d6660856ae91fdd2812a5b64ff409851eb7be Mon Sep 17 00:00:00 2001 From: phun-ky Date: Fri, 9 Aug 2024 07:36:48 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v9.2.6?= 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 6a987e1e..7e48ed9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.6](https://github.com/phun-ky/speccer/compare/v9.2.5...v9.2.6) (2024-08-09) + + +### Tasks + +* 🤖 bump rollup from 4.19.0 to 4.20.0 ([73783ef](https://github.com/phun-ky/speccer/commit/73783ef42570db4bfc6b929d07c4ffc28f17b211)) + ## [9.2.5](https://github.com/phun-ky/speccer/compare/v9.2.4...v9.2.5) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index 7f7ced2f..68f50293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.2.5", + "version": "9.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.2.5", + "version": "9.2.6", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 595542cb..30a28259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.2.5", + "version": "9.2.6", "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",