Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://github.com/unraid/shared-callbacks/compare/v1.2.0...v2.0.0) (2025-12-12)


### ⚠ BREAKING CHANGES

* release as new major due to callback mechanism change

### Features

* enhance callback data handling by supporting URL hash for encrypted data ([#32](https://github.com/unraid/shared-callbacks/issues/32)) ([4114a8e](https://github.com/unraid/shared-callbacks/commit/4114a8e76ab0fc87551238c5ec0fef730d7eef17))
* release as new major due to callback mechanism change ([e784538](https://github.com/unraid/shared-callbacks/commit/e78453860d9bc852bf651583956fd22c8e07ef76))

## [1.2.0](https://github.com/unraid/shared-callbacks/compare/v1.1.1...v1.2.0) (2025-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/shared-callbacks",
"version": "1.2.0",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down