Skip to content

Commit 30ca9ee

Browse files
chore(main): release 3.0.0 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c6eab2 commit 30ca9ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/unraid/shared-callbacks/compare/v2.0.3...v3.0.0) (2025-12-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* introduce client and server entrypoints for callback handling ([#37](https://github.com/unraid/shared-callbacks/issues/37))
9+
10+
### Features
11+
12+
* 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))
13+
314
## [2.0.3](https://github.com/unraid/shared-callbacks/compare/v2.0.2...v2.0.3) (2025-12-12)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/shared-callbacks",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/unraid/shared-callbacks"

0 commit comments

Comments
 (0)