# WORKLOG

## Publishing

1. Update the version in the package.json file
2. Run `pnpm update`
3. Run `pnpm audit --fix`
4. Run `pnpm lint`
5. Run the tests `pnpm test`
6. Run test coverage `pnpm coverage`
7. Review the coverage in `./coverage`
8. Build the package `pnpm build`
9. Commit any changes
10. Login to npm `pnpm login`
11. Publish the package `pnpm publish`
