diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b3831f..abae0d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.1.27](https://github.com/phun-ky/speccer/compare/v9.1.26...v9.1.27) (2024-06-17) + + +### Tasks + +* 🤖 bump release-it from 17.1.1 to 17.3.0 ([79aec9f](https://github.com/phun-ky/speccer/commit/79aec9f811fa121816e1e67eb13d71d7ef2aef83)) + ## [9.1.26](https://github.com/phun-ky/speccer/compare/v9.1.25...v9.1.26) (2024-06-07) diff --git a/package-lock.json b/package-lock.json index 44ab1139..0b526e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.1.26", + "version": "9.1.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.1.26", + "version": "9.1.27", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index a37a1c51..60378a11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.1.26", + "version": "9.1.27", "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",