diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ef6334..38e66150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/jbcom/jbcom.github.io/compare/v1.3.0...v1.4.0) (2026-04-16) + + +### Features + +* site overhaul — hero rewrite, projects promotion, structural cleanup ([#123](https://github.com/jbcom/jbcom.github.io/issues/123)) ([e32fd3a](https://github.com/jbcom/jbcom.github.io/commit/e32fd3ad8ca99c9d73035177af289a21c33eb5f7)) + ## [1.3.0](https://github.com/jbcom/jbcom.github.io/compare/v1.2.0...v1.3.0) (2026-04-15) diff --git a/package.json b/package.json index 1dcc5d6c..ebf41b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jbcom.github.io", - "version": "1.3.0", + "version": "1.4.0", "description": "Jon Bogaty's professional portfolio and jbcom ecosystem showcase", "private": true, "type": "module",