From 6875d5dbfac9f0e3f429b8ec7344e1c690fa2af0 Mon Sep 17 00:00:00 2001 From: William <64740551+beanbeanjuice@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:18:01 -0700 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 4 ++-- projects/proxy/CHANGELOG.md | 20 ++++++++++++++++++++ projects/server/CHANGELOG.md | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 projects/proxy/CHANGELOG.md create mode 100644 projects/server/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f75885f..c1923f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "projects/proxy": "0.5.7", - "projects/server": "0.0.4" + "projects/proxy": "0.6.0", + "projects/server": "0.1.0" } diff --git a/projects/proxy/CHANGELOG.md b/projects/proxy/CHANGELOG.md new file mode 100644 index 0000000..8b279be --- /dev/null +++ b/projects/proxy/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.6.0](https://github.com/beanbeanjuice/SimpleProxyChat/compare/SimpleProxyChat-v0.5.7...SimpleProxyChat-v0.6.0) (2025-08-17) + + +### ⚠ BREAKING CHANGES + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) + +### Features + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) ([579962f](https://github.com/beanbeanjuice/SimpleProxyChat/commit/579962fc97b669dda61d1913999cd1685c917dbc)) +* [GH-274] Get Version Number from Release Please ([#275](https://github.com/beanbeanjuice/SimpleProxyChat/issues/275)) ([550cc85](https://github.com/beanbeanjuice/SimpleProxyChat/commit/550cc85b257f1f60e420144edac27ec7e6daee90)) + + +### Bug Fixes + +* [GH-238] Fix Replacement Logic ([#281](https://github.com/beanbeanjuice/SimpleProxyChat/issues/281)) ([6cd8697](https://github.com/beanbeanjuice/SimpleProxyChat/commit/6cd869770a4cbb2a786042e0e0df7445b9177627)) +* [GH-269] Fix Release Please ([#270](https://github.com/beanbeanjuice/SimpleProxyChat/issues/270)) ([020e037](https://github.com/beanbeanjuice/SimpleProxyChat/commit/020e037b7d808de7b9083edb56bb11f03c533e3b)) +* [GH-272] Updated Config Blocks for Release-Please ([#273](https://github.com/beanbeanjuice/SimpleProxyChat/issues/273)) ([7d19424](https://github.com/beanbeanjuice/SimpleProxyChat/commit/7d194240478924dd4f3caeed680406073d0689ca)) diff --git a/projects/server/CHANGELOG.md b/projects/server/CHANGELOG.md new file mode 100644 index 0000000..06ad509 --- /dev/null +++ b/projects/server/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.1.0](https://github.com/beanbeanjuice/SimpleProxyChat/compare/SimpleProxyChatHelper-v0.0.4...SimpleProxyChatHelper-v0.1.0) (2025-08-17) + + +### ⚠ BREAKING CHANGES + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) + +### Features + +* [GH-263] Refactor Common Code ([#265](https://github.com/beanbeanjuice/SimpleProxyChat/issues/265)) ([579962f](https://github.com/beanbeanjuice/SimpleProxyChat/commit/579962fc97b669dda61d1913999cd1685c917dbc)) +* [GH-274] Get Version Number from Release Please ([#275](https://github.com/beanbeanjuice/SimpleProxyChat/issues/275)) ([550cc85](https://github.com/beanbeanjuice/SimpleProxyChat/commit/550cc85b257f1f60e420144edac27ec7e6daee90)) + + +### Bug Fixes + +* [GH-269] Fix Release Please ([#270](https://github.com/beanbeanjuice/SimpleProxyChat/issues/270)) ([020e037](https://github.com/beanbeanjuice/SimpleProxyChat/commit/020e037b7d808de7b9083edb56bb11f03c533e3b)) +* [GH-272] Updated Config Blocks for Release-Please ([#273](https://github.com/beanbeanjuice/SimpleProxyChat/issues/273)) ([7d19424](https://github.com/beanbeanjuice/SimpleProxyChat/commit/7d194240478924dd4f3caeed680406073d0689ca))