From 1e2ef9b6f9db632df53dc2a0cc6cf7003737f86a Mon Sep 17 00:00:00 2001 From: Jon Bogaty Date: Thu, 16 Apr 2026 01:38:05 -0500 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",