From 5e6e40856487b67a2c292fbfc3de487f013ebaff Mon Sep 17 00:00:00 2001 From: Jon Bogaty Date: Tue, 14 Apr 2026 21:47:38 -0500 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93120213..35ef6334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/jbcom/jbcom.github.io/compare/v1.2.0...v1.3.0) (2026-04-15) + + +### Features + +* migrate from Vite SPA to Astro with pandoc resume generation ([#113](https://github.com/jbcom/jbcom.github.io/issues/113)) ([21d5ebd](https://github.com/jbcom/jbcom.github.io/commit/21d5ebd417e02248f97ebddf59d2bb96f68aa54b)) +* scheduled automerge + resume generator workflow ([#109](https://github.com/jbcom/jbcom.github.io/issues/109)) ([9534bdc](https://github.com/jbcom/jbcom.github.io/commit/9534bdcb6a80103be334ae9492c9d3f194c8ef0b)) + + +### Bug Fixes + +* match dependabot author login format in automerge ([#110](https://github.com/jbcom/jbcom.github.io/issues/110)) ([181435c](https://github.com/jbcom/jbcom.github.io/commit/181435c087f29e04e57b4cc202ef011d7d8797c8)) + ## [1.2.0](https://github.com/jbcom/jbcom.github.io/compare/v1.1.0...v1.2.0) (2026-03-09) diff --git a/package.json b/package.json index 40e1ab71..3fa22e2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jbcom.github.io", - "version": "1.2.0", + "version": "1.3.0", "description": "Jon Bogaty's professional portfolio and jbcom ecosystem showcase", "private": true, "type": "module",