From 3d19e3951705c0bea66fca7d3e315ea52508f5ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:38:05 +0000 Subject: [PATCH] chore(release): launch 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0348561..125e5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/OneLiteFeatherNET/launchpad/compare/onelitefeather.net-v1.1.0...onelitefeather.net-v1.2.0) (2026-05-22) + + +### Features + +* **team:** roster refresh, application FAQ, role chips ([#157](https://github.com/OneLiteFeatherNET/launchpad/issues/157)) ([736981b](https://github.com/OneLiteFeatherNET/launchpad/commit/736981bf0732092855d16d1a2f501064b192f1d4)) +* **team:** ship Minecraft head avatars via Cloudflare Images ([bacfcc0](https://github.com/OneLiteFeatherNET/launchpad/commit/bacfcc048ccc791653bea3c1995482f237b75502)) + ## [1.1.0](https://github.com/OneLiteFeatherNET/launchpad/compare/onelitefeather.net-v1.0.0...onelitefeather.net-v1.1.0) (2026-05-16) diff --git a/package.json b/package.json index 41c6c1a..04dd71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onelitefeather.net", - "version": "1.1.0", + "version": "1.2.0", "description": "OneLiteFeather blog sharing network updates and engineering stories", "private": true, "type": "module",