# Release Process

To release a new version of `sandybox`, simply run:

```bash
npm version <major|minor|patch>
```

This will lint, built, typecheck, and test the package before bumping the version and publishing it to GitHub and npm.
