diff --git a/CHANGELOG.md b/CHANGELOG.md index 744dcd48..8db0bab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.4](https://github.com/phun-ky/speccer/compare/v9.2.3...v9.2.4) (2024-08-09) + + +### Tasks + +* 🤖 Use correct label for bugs ([dd08def](https://github.com/phun-ky/speccer/commit/dd08def9c26ddb4e9c49334e469a4f236ebe3fa1)) + ## [9.2.3](https://github.com/phun-ky/speccer/compare/v9.2.2...v9.2.3) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index 36fdb7c2..032ec660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index fc304ce9..e256a983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.2.3", + "version": "9.2.4", "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",