Skip to content

Commit 3adba70

Browse files
chore: release 5.0.0 (#250)
1 parent 98fdce6 commit 3adba70

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.6.3"
2+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/pm7y/AzureEventGridSimulator/compare/4.6.3...5.0.0) (2026-02-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Service Bus message bodies are now single JSON objects instead of single-element arrays. Consumers that parse the array format will need to be updated.
9+
10+
### Bug Fixes
11+
12+
* integrate DOMPurify to sanitize innerHTML assignments in dashboard ([#252](https://github.com/pm7y/AzureEventGridSimulator/issues/252)) ([46bfac5](https://github.com/pm7y/AzureEventGridSimulator/commit/46bfac57a03057b749232bd0ba374de5e338e265))
13+
* Send Service Bus events as single objects instead of arrays ([#261](https://github.com/pm7y/AzureEventGridSimulator/issues/261)) ([d033b19](https://github.com/pm7y/AzureEventGridSimulator/commit/d033b198b229418ca0a6b565221d242545d32576))
14+
15+
16+
### Dependencies
17+
18+
* **nuget:** Bump the minor-and-patch group with 2 updates ([#253](https://github.com/pm7y/AzureEventGridSimulator/issues/253)) ([786b8e5](https://github.com/pm7y/AzureEventGridSimulator/commit/786b8e56f4673b93c8ed9ed0f868c566e7376347))
19+
* **nuget:** Bump the minor-and-patch group with 2 updates ([#254](https://github.com/pm7y/AzureEventGridSimulator/issues/254)) ([c90650a](https://github.com/pm7y/AzureEventGridSimulator/commit/c90650a21b3467e2390f420d0148564a2d7aadd7))
20+
* **nuget:** Bump the minor-and-patch group with 2 updates ([#260](https://github.com/pm7y/AzureEventGridSimulator/issues/260)) ([9497ecf](https://github.com/pm7y/AzureEventGridSimulator/commit/9497ecf56e3c16533287389496bdb9177854db38))
21+
* **nuget:** Bump the minor-and-patch group with 3 updates ([#249](https://github.com/pm7y/AzureEventGridSimulator/issues/249)) ([a43306c](https://github.com/pm7y/AzureEventGridSimulator/commit/a43306cbf949be95f1009389c36ed2acbc4c8e70))
22+
* **nuget:** Bump the minor-and-patch group with 4 updates ([#256](https://github.com/pm7y/AzureEventGridSimulator/issues/256)) ([ebfb116](https://github.com/pm7y/AzureEventGridSimulator/commit/ebfb116d8e790f43b484a649ca9bb62f9a145e47))
23+
* **nuget:** Bump the minor-and-patch group with 6 updates ([#257](https://github.com/pm7y/AzureEventGridSimulator/issues/257)) ([1fc6069](https://github.com/pm7y/AzureEventGridSimulator/commit/1fc6069e201cb77ef7f3a98b7c2e6ebe0b4e9d70))
24+
* **nuget:** Bump the minor-and-patch group with 9 updates ([#262](https://github.com/pm7y/AzureEventGridSimulator/issues/262)) ([bae6b1b](https://github.com/pm7y/AzureEventGridSimulator/commit/bae6b1b8781e6e0d0e90436fa46b386e7e2f1ebf))
25+
326
## [4.6.3](https://github.com/pm7y/AzureEventGridSimulator/compare/4.6.2...4.6.3) (2025-12-26)
427

528

0 commit comments

Comments
 (0)