From 0024e695ca8f88c79b589ac25c725bdb48411b26 Mon Sep 17 00:00:00 2001 From: phun-ky Date: Mon, 12 Aug 2024 10:03:41 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v9.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ac920c..0bd020de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.4.0](https://github.com/phun-ky/speccer/compare/v9.3.0...v9.4.0) (2024-08-12) + + +### Documentation + +* ✏️ Regenerate documentation ([7191c3f](https://github.com/phun-ky/speccer/commit/7191c3fe573c89abc781ccd5c35c3ced3443efd7)) + + +### Feature + +* 🎸 Add support for custom literals ([01d3507](https://github.com/phun-ky/speccer/commit/01d35079f2466c46d3b22b7dbb0c42959c792ec8)), closes [#215](https://github.com/phun-ky/speccer/issues/215) + ## [9.3.0](https://github.com/phun-ky/speccer/compare/v9.2.10...v9.3.0) (2024-08-11) diff --git a/package-lock.json b/package-lock.json index 93036bc8..1391326b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.3.0", + "version": "9.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.3.0", + "version": "9.4.0", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 2ea09f96..2031ec59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.3.0", + "version": "9.4.0", "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",