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",