Skip to content

Commit 8405ea9

Browse files
release: 0.5.0
1 parent c543e44 commit 8405ea9

5 files changed

Lines changed: 33 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 0.5.0 (2026-05-19)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/kernel/hypeman-ts/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* Add instance health checks ([a14bf8c](https://github.com/kernel/hypeman-ts/commit/a14bf8c33cbb1da1b31985ae07287741dd03fd7c))
10+
* Add instance restart policy ([adb5d8c](https://github.com/kernel/hypeman-ts/commit/adb5d8c01a4fc8a651846220783a2d18cfab155b))
11+
* Model template as an instance state instead of a separate registry ([09a28d5](https://github.com/kernel/hypeman-ts/commit/09a28d5ec8879ae327779f36731634f21a9d2f23))
12+
* Revert template state model ([549ddec](https://github.com/kernel/hypeman-ts/commit/549ddec949eaba175f8e4c7815cc746c7df07d0d))
13+
* support setting headers via env ([8c41637](https://github.com/kernel/hypeman-ts/commit/8c41637dbd676b249430413051bdadfe92201a60))
14+
* Track per-phase duration on each instance ([8da2e87](https://github.com/kernel/hypeman-ts/commit/8da2e876d19cd768aa959b86fcbfd052e926acd4))
15+
16+
17+
### Bug Fixes
18+
19+
* remove incorrect setup-bun input — project uses pnpm ([2c9abc9](https://github.com/kernel/hypeman-ts/commit/2c9abc9e051679ae26fbac542a517ac850478f55))
20+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([c543e44](https://github.com/kernel/hypeman-ts/commit/c543e4487ce62b3f2f8d2d7efe1b3f11d9b4908d))
21+
22+
23+
### Chores
24+
25+
* **format:** run eslint and prettier separately ([035aa83](https://github.com/kernel/hypeman-ts/commit/035aa836b91de2a9cecadd9fafa1e4e23da3332d))
26+
* **internal:** codegen related update ([c8083ea](https://github.com/kernel/hypeman-ts/commit/c8083eae34e271fdb6f3d50e75d4a2069d26565b))
27+
* **internal:** more robust bootstrap script ([a369af6](https://github.com/kernel/hypeman-ts/commit/a369af6d536e7ba7baf93220e94e4d3183a48899))
28+
* redact api-key headers in debug logs ([a985151](https://github.com/kernel/hypeman-ts/commit/a985151f67754cc519c31a24382c299a373d193b))
29+
* **tests:** remove redundant File import ([85aa1c8](https://github.com/kernel/hypeman-ts/commit/85aa1c842515acb545294eda5626538aee5c27d4))
30+
331
## 0.4.0 (2026-04-17)
432

533
Full Changelog: [v0.3.0...v0.4.0](https://github.com/kernel/hypeman-ts/compare/v0.3.0...v0.4.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onkernel/hypeman",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The official TypeScript library for the Hypeman API",
55
"author": "Hypeman <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.4.0'; // x-release-please-version
1+
export const VERSION = '0.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)