From 296139b814dbf2b3ced179f52ce829973c336037 Mon Sep 17 00:00:00 2001 From: phun-ky Date: Mon, 22 Jul 2024 07:26:59 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v9.1.32?= 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 7f05188f..bbf7bba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.1.32](https://github.com/phun-ky/speccer/compare/v9.1.31...v9.1.32) (2024-07-22) + + +### Tasks + +* 🤖 bump rollup from 4.13.0 to 4.19.0 ([655685e](https://github.com/phun-ky/speccer/commit/655685e6bf1943bd638fb095044ecf4d86eec6cb)) + ## [9.1.31](https://github.com/phun-ky/speccer/compare/v9.1.30...v9.1.31) (2024-07-22) diff --git a/package-lock.json b/package-lock.json index 87346601..e1c63f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.1.31", + "version": "9.1.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.1.31", + "version": "9.1.32", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 7398740a..c8088192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.1.31", + "version": "9.1.32", "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",