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
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.11.1"
".": "0.11.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.2](https://github.com/Highfivery/SelfOS/compare/v0.11.1...v0.11.2) (2026-06-26)


### Bug Fixes

* **onboarding:** auto-save EVERY section as a draft, not just completed ones (43) ([#91](https://github.com/Highfivery/SelfOS/issues/91)) ([061d30a](https://github.com/Highfivery/SelfOS/commit/061d30a4abc05c9bf3bc765c4f57a8fd8276a5bd))

## [0.11.1](https://github.com/Highfivery/SelfOS/compare/v0.11.0...v0.11.1) (2026-06-26)


Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selfos/desktop",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"description": "SelfOS desktop app (Electron + React + TypeScript).",
"main": "./out/main/index.js",
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": "selfos",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"type": "module",
"description": "SelfOS — an AI therapist + life coach desktop app (wellness/self-help, not medical).",
Expand Down