Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .bumpy/placeholder-readme.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@




## 1.3.1
<sub>2026-09-17</sub>

- [#18](https://github.com/dmno-dev/fledgling/pull/18) *(patch)*
The placeholder published to claim a name now ships a `README.md`, so the package's npm page says what it is: the name was claimed with [fledgling](https://github.com/dmno-dev/fledgling) (linked to the package's own repo/homepage when the manifest has one), there's nothing to install yet, and here's the one-liner to claim a name of your own. The README also now leads with a **Just claim a name** section, since `npx fledgling add <name> --new --yes` works from any directory with no repo or config.

## 1.3.0
<sub>2026-09-17</sub>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fledgling",
"version": "1.3.0",
"version": "1.3.1",
"description": "🐣 Hatch your new npm package safely - claim the name on npm and set up / sync trusted publishing settings, for one package or a whole monorepo.",
"keywords": [
"npm",
Expand Down