diff --git a/CHANGELOG.md b/CHANGELOG.md index b15922a..7e97bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/zhawtof/hawtofthepress/compare/v1.0.3...v1.1.0) (2025-08-09) + + +### Features + +* **a11y:** enhance mobile menu accessibility with focus management and search button integration ([fa31bca](https://github.com/zhawtof/hawtofthepress/commit/fa31bcada30fd9114461f03e0f14d06cfb153447)) +* **a11y:** trap focus in mobile menu; Esc to close; restore focus to opener ([27bfb00](https://github.com/zhawtof/hawtofthepress/commit/27bfb009343989e0310f4d8291ae2aa612483c46)) +* **buttons:** standardize appearance properties and remove unnecessary button markup ([3d1d77c](https://github.com/zhawtof/hawtofthepress/commit/3d1d77c5a2e100e77f98c66f7c3a3ecb5cc71de9)) +* **theme:** implement dark mode support and theme toggle functionality ([6dc33bd](https://github.com/zhawtof/hawtofthepress/commit/6dc33bde4ada3920bb381fd4a0acba50413bea5e)) + + +### Bug Fixes + +* **screen:** remove border from body element for improved layout consistency ([8ad3387](https://github.com/zhawtof/hawtofthepress/commit/8ad3387fea2ce22a19c51056a0a88b30e0ec478e)) + ## [1.0.3](https://github.com/zhawtof/hawtofthepress/compare/v1.0.2...v1.0.3) (2025-08-09) diff --git a/package.json b/package.json index 6368e38..3c3776e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawtofthepress", - "version": "1.0.3", + "version": "1.1.0", "description": "Monospace brutalist Ghost theme — vertical date • title, grey tags, SEO-friendly pages, Portal subscribe, tag filter UI.", "repository": { "type": "git",