From 018787a4db38b41ebb860faae04a3acb2ef9cda0 Mon Sep 17 00:00:00 2001 From: Jon Bogaty Date: Tue, 9 Jun 2026 21:06:24 -0500 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e008b73..a204b578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/jbcom/jbcom.github.io/compare/v1.6.0...v1.7.0) (2026-06-10) + + +### Features + +* rebuild portfolio with Astrofy shell ([84cbe7a](https://github.com/jbcom/jbcom.github.io/commit/84cbe7ad9dc8ff30161340003a66ef1f9c491b7a)) + ## [1.6.0](https://github.com/jbcom/jbcom.github.io/compare/v1.5.0...v1.6.0) (2026-06-10) diff --git a/package.json b/package.json index 4ac03660..079b3c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jbcom.github.io", - "version": "1.6.0", + "version": "1.7.0", "description": "Jon Bogaty's professional portfolio and jbcom ecosystem showcase", "private": true, "type": "module",