Skip to content

Commit 56280f6

Browse files
chore: release main
1 parent 6fd8633 commit 56280f6

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bun-decompile": "0.1.0",
2+
"packages/bun-decompile": "0.2.0",
33
"packages/dagger-utils": "0.5.0",
44
"packages/eslint-config": "0.2.0"
55
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/shepherdjerred/monorepo/compare/bun-decompile-v0.1.0...bun-decompile-v0.2.0) (2026-01-04)
4+
5+
6+
### Features
7+
8+
* add cursor navigation and external editor support to TUI ([#176](https://github.com/shepherdjerred/monorepo/issues/176)) ([601df38](https://github.com/shepherdjerred/monorepo/commit/601df3875d2f3517b0fc9d6a7f88cf4702fecd42))
9+
* **bun-decompile:** add CLI for extracting sources from Bun executables ([8d4cee0](https://github.com/shepherdjerred/monorepo/commit/8d4cee06a24ed652c0f01e2a5c6c8d4ae3434694))
10+
* **bun-decompile:** add CLI for extracting sources from Bun executables ([2a29c5d](https://github.com/shepherdjerred/monorepo/commit/2a29c5dddc990d16b2536244961c0518d4b6a6c9))
11+
* **bun-decompile:** add prepublishOnly validation hook ([b0e074f](https://github.com/shepherdjerred/monorepo/commit/b0e074fec74145fb19d7a840bc000070bd6a167e))
12+
* **bun-decompile:** configure npm publishing with release-please ([ab1c6d2](https://github.com/shepherdjerred/monorepo/commit/ab1c6d2a2a55b496a88a4b8a2f1179405d406e50))
13+
* **bun-decompile:** configure npm publishing with release-please ([d475bd2](https://github.com/shepherdjerred/monorepo/commit/d475bd2617a6fba8203a4a5f88fc3856040e4bc4))
14+
* stuff ([5bcb7af](https://github.com/shepherdjerred/monorepo/commit/5bcb7af4c58dda30d71e3a801a2d710cfe3a161a))
15+
16+
17+
### Bug Fixes
18+
19+
* batch ([12f4fd6](https://github.com/shepherdjerred/monorepo/commit/12f4fd66277d31c105c8cf6f2d4f184bed2c61fc))
20+
* **multiplexer:** fix daemon startup crash from invalid claude_status JSON ([#178](https://github.com/shepherdjerred/monorepo/issues/178)) ([b8160fb](https://github.com/shepherdjerred/monorepo/commit/b8160fb8255e85c9b9ce2ba41eb42cc69502f8c5))

packages/bun-decompile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shepherdjerred/bun-decompile",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Extract and de-minify source code from Bun-compiled executables using AI (Bun runtime required)",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)