From 0eb4ea36feea61f54720c2f0ff1f396e732192a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 01:00:29 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e228b2..6a4946b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/unraid/shared-callbacks/compare/v2.0.3...v3.0.0) (2025-12-13) + + +### ⚠ BREAKING CHANGES + +* introduce client and server entrypoints for callback handling ([#37](https://github.com/unraid/shared-callbacks/issues/37)) + +### Features + +* introduce client and server entrypoints for callback handling ([#37](https://github.com/unraid/shared-callbacks/issues/37)) ([8c6eab2](https://github.com/unraid/shared-callbacks/commit/8c6eab204c79ba10fa95756a3e29fd772fb585d5)) + ## [2.0.3](https://github.com/unraid/shared-callbacks/compare/v2.0.2...v2.0.3) (2025-12-12) diff --git a/package.json b/package.json index 5cc98bb..b27e7b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/shared-callbacks", - "version": "2.0.3", + "version": "3.0.0", "repository": { "type": "git", "url": "git+https://github.com/unraid/shared-callbacks"