diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a769f3..a982b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.5.0](https://github.com/paroki/domus/compare/v0.4.0...v0.5.0) (2026-04-06) + + +### Features + +* **dash:** add sentry integration ([dbc3fb8](https://github.com/paroki/domus/commit/dbc3fb8e9e18e0d7f615eaf13a453509ebce8444)) +* **dash:** enhance organization detail and add delete feature ([af6e4b9](https://github.com/paroki/domus/commit/af6e4b9c79052626d7619c391418304e78c427d3)) + + +### Bug Fixes + +* **dash:** enable sentry opentelemetry and disable sourcemaps ([cba7c7e](https://github.com/paroki/domus/commit/cba7c7eb3ccbdecc9b28343b4aa359963acf44bb)) +* **dash:** fix organization e2e tests and joinId generation ([4e37a53](https://github.com/paroki/domus/commit/4e37a53174dbbef2e8f25796ed39e7aea77027f9)) + ## [0.4.0](https://github.com/paroki/domus/compare/v0.3.1...v0.4.0) (2026-04-06) diff --git a/package.json b/package.json index f1099e9..353f1e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domus", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "build": "turbo run build",