Skip to content

Commit 2d32f62

Browse files
chore: release main (shepherdjerred#186)
* chore: release main * fix(bun-decompile): clean up changelog for v0.2.0 release - Remove cross-package entries (multiplexer commits) - Remove duplicate entries for CLI and npm publishing - Fix vague commit messages with descriptive text Co-authored-by: Jerred Shepherd <shepherdjerred@users.noreply.github.com> --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Jerred Shepherd <shepherdjerred@users.noreply.github.com>
1 parent e163d04 commit 2d32f62

3 files changed

Lines changed: 18 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
"packages/clauderon": "0.1.0"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
* **bun-decompile:** add CLI for extracting sources from Bun executables ([8d4cee0](https://github.com/shepherdjerred/monorepo/commit/8d4cee06a24ed652c0f01e2a5c6c8d4ae3434694))
9+
* **bun-decompile:** add prepublishOnly validation hook ([b0e074f](https://github.com/shepherdjerred/monorepo/commit/b0e074fec74145fb19d7a840bc000070bd6a167e))
10+
* **bun-decompile:** configure npm publishing with release-please ([ab1c6d2](https://github.com/shepherdjerred/monorepo/commit/ab1c6d2a2a55b496a88a4b8a2f1179405d406e50))
11+
* **bun-decompile:** add tokenizer support and improve batch processing ([5bcb7af](https://github.com/shepherdjerred/monorepo/commit/5bcb7af4c58dda30d71e3a801a2d710cfe3a161a))
12+
13+
14+
### Bug Fixes
15+
16+
* **bun-decompile:** implement OpenAI batch API support ([12f4fd6](https://github.com/shepherdjerred/monorepo/commit/12f4fd66277d31c105c8cf6f2d4f184bed2c61fc))

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)