Skip to content

Commit a5be34d

Browse files
chore(release): prepare v0.4.1 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62d0cc6 commit a5be34d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changes/unreleased/fix-client-dotted-remote-inject.md renamed to .changes/archive/0.4.1/fix-client-dotted-remote-inject.md

File renamed without changes.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project are documented in this file.
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2026-09-03
10+
11+
### Fixed
12+
13+
- Web settings surfaces no longer throw `cannot get property "remote.settings" without inject` on dsh 0.1.2-rc.1 (the client now declares the dotted `remote.llm` / `remote.settings` / `remote.session` namespace injects).
14+
915
## [0.4.0] - 2026-09-03
1016

1117
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dsh",
66
"dsh-plugin"
77
],
8-
"version": "0.4.0",
8+
"version": "0.4.1",
99
"type": "module",
1010
"main": "./dist/index.js",
1111
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)