diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e66150..e97699cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0](https://github.com/jbcom/jbcom.github.io/compare/v1.4.0...v1.5.0) (2026-06-09) + + +### Features + +* DOCX-first resume pipeline with visual QC and recruiter-driven restructure ([#152](https://github.com/jbcom/jbcom.github.io/issues/152)) ([c0b9051](https://github.com/jbcom/jbcom.github.io/commit/c0b9051bfacb93637f99b9d9744051e0552ca15a)) +* single-scroll redesign — kill AI-template tells, tri-panel OSS, consulting-first narrative ([#154](https://github.com/jbcom/jbcom.github.io/issues/154)) ([88b41c9](https://github.com/jbcom/jbcom.github.io/commit/88b41c95bf15d7b92457610d306ecac1cfcb6d6b)) + ## [1.4.0](https://github.com/jbcom/jbcom.github.io/compare/v1.3.0...v1.4.0) (2026-04-16) diff --git a/package.json b/package.json index c98d2e04..6d3e0d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jbcom.github.io", - "version": "1.4.0", + "version": "1.5.0", "description": "Jon Bogaty's professional portfolio and jbcom ecosystem showcase", "private": true, "type": "module",