Skip to content

Commit 1e7cd06

Browse files
authored
docs: add v0.1.2 changelog (#7)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 76f5c0f commit 1e7cd06

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.1.2] - 2026-03-23
8+
9+
### Fixed
10+
11+
- **npm global install** — Launcher script now resolves symlinks before computing lib/ path, fixing `Cannot find module 'hyperagent-launcher.cjs'` when installed via `npm install -g` (symlink from npm bin dir broke relative path resolution)
12+
- **PATH invocation** — Handle bare command name (no slash in `$0`) by resolving via `command -v` before symlink resolution
13+
714
## [v0.1.1] - 2026-03-23
815

916
### Fixed
@@ -84,5 +91,6 @@ Initial public release.
8491
- Path jailing for filesystem plugins
8592
- SSRF protection for fetch plugin (DNS + post-connect IP validation)
8693

94+
[v0.1.2]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.2
8795
[v0.1.1]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.1
8896
[v0.1.0]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.0

0 commit comments

Comments
 (0)