Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.8.1](https://github.com/paroki/domus/compare/v0.8.0...v0.8.1) (2026-04-24)


### Bug Fixes

* **deps:** update dependency better-auth to v1.6.5 ([6155ed5](https://github.com/paroki/domus/commit/6155ed5754a21fef4bfb96c78aefd3725c992d89))
* **deps:** update dependency next to v16.2.4 ([#266](https://github.com/paroki/domus/issues/266)) ([57be022](https://github.com/paroki/domus/commit/57be022734d785d6f9dc46605d9798c6d281dfde))
* **deps:** update dependency uuid to v14 [security] ([#278](https://github.com/paroki/domus/issues/278)) ([37b1bf5](https://github.com/paroki/domus/commit/37b1bf553454f731a77d99c9e95eefa8a3079728))

## [0.8.0](https://github.com/paroki/domus/compare/v0.7.0...v0.8.0) (2026-04-17)


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": "domus",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down