···28282929```svelte
3030<script>
3131- import { DateInput } from 'date-picker-svelte'
3232- let date = new Date()
3131+ import { DateInput } from 'date-picker-svelte'
3232+ let date = new Date()
3333</script>
34343535<DateInput bind:value={date} />
···575758581. Update `CHANGELOG.md`
59592. Check for errors
6060- ```
6161- npm run lint
6262- ```
6060+ ```
6161+ npm run lint
6262+ ```
63633. Bump the version number
6464- ```
6565- npm version --no-git-tag <version>
6666- ```
6464+ ```
6565+ npm version --no-git-tag <version>
6666+ ```
67674. Publish
6868- ```
6969- npm publish
7070- ```
6868+ ```
6969+ npm publish
7070+ ```
71715. Commit with a tag in format "v#.#.#"
72726. Create GitHub release with release notes