File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.2 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0 (2025-12-23)
4+
5+ Full Changelog: [ v0.0.2...v0.1.0] ( https://github.com/onkernel/hypeman-ts/compare/v0.0.2...v0.1.0 )
6+
7+ ### Features
8+
9+ * add cpToInstance and cpFromInstance functions ([ 113b412] ( https://github.com/onkernel/hypeman-ts/commit/113b4129c3bcca7f2ba8cc1c590542a00ad873a0 ) )
10+ * add hypeman cp for file copy to/from running VMs ([ 0ee9f4a] ( https://github.com/onkernel/hypeman-ts/commit/0ee9f4a86ea8a6a94b896ce66cf7dc90a8d7c296 ) )
11+ * ** api:** add autogenerated stat endpoint from Stainless ([ 38c9dbd] ( https://github.com/onkernel/hypeman-ts/commit/38c9dbdf9a129b434b7c9246d321da6b6f9ed2d4 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** cp:** address bugbot review comments ([ ba6c287] ( https://github.com/onkernel/hypeman-ts/commit/ba6c2876049bae125951dbe363f5d6deabaaf03f ) )
17+
18+
19+ ### Chores
20+
21+ * sync repo ([ 75f4200] ( https://github.com/onkernel/hypeman-ts/commit/75f4200bb4c22d85be3ab8b065078ee1165cfa22 ) )
22+
323## 0.0.2 (2025-12-22)
424
525Full Changelog: [ v0.0.1...v0.0.2] ( https://github.com/onkernel/hypeman-ts/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @onkernel/hypeman" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " The official TypeScript library for the Hypeman API" ,
55 "author" : " Hypeman <>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.0.2 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments