diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a454cde..47a44886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.5.0](https://github.com/phun-ky/speccer/compare/v9.4.1...v9.5.0) (2024-08-13) + + +### Feature + +* 🎸 Add feature to activate dissect programmatically ([7a03069](https://github.com/phun-ky/speccer/commit/7a0306924737c99c078ae96a9497bdb176e39dce)), closes [#217](https://github.com/phun-ky/speccer/issues/217) + ## [9.4.1](https://github.com/phun-ky/speccer/compare/v9.4.0...v9.4.1) (2024-08-13) diff --git a/package-lock.json b/package-lock.json index a55f6b09..3c3cd9a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "9.4.1", + "version": "9.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "9.4.1", + "version": "9.5.0", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 2940e6e6..4b41d2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "9.4.1", + "version": "9.5.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",