---
changelog:
  category: Release
  version: blume@1.0.1
date: '2026-07-13T06:07:03Z'
seo:
  description: >-
    Declare the blume bin as bin/blume.mjs instead of ./bin/blume.mjs. The
    leading ./ is redundant and some package managers normalize it away when
    linking the…
title: blume@1.0.1
type: changelog
---
### Patch Changes

- 6afb56a: Declare the `blume` bin as `bin/blume.mjs` instead of `./bin/blume.mjs`. The leading `./` is redundant and some package managers normalize it away when linking the binary; dropping it keeps the published manifest consistent with what installers actually write.
