# Changesets
This repo uses [Changesets](https://github.com/changesets/changesets) to manage versioning and changelog entries.
## Creating a changeset
```bash
pnpm changeset
```
Then:
- Select the package(s) you changed
- Choose the appropriate bump type (patch/minor/major)
- Write a short description of why the change matters
Commit the generated `.md` file in this folder.
## Why this file exists
If `.changeset/config.json` is missing, `pnpm changeset` fails with an `ENOENT` error. Keeping the config committed prevents that.cloudflare/kumo
Publicmirrored fromhttps://github.com/cloudflare/kumoAvailable
.changeset/README.md
21lines · modepreview